xpcshell.toml (521B)
1 [DEFAULT] 2 head = "head.js" 3 tags = "inc-origin-init" 4 5 ["test_basics.js"] 6 7 ["test_basics_worker.js"] 8 9 ["test_databaseWorkStarted.js"] 10 11 ["test_fileSystemDirectoryHandle.js"] 12 requesttimeoutfactor = 2 # Slow on Linux 13 14 ["test_fileSystemDirectoryHandle_worker.js"] 15 requesttimeoutfactor = 2 # Slow on Linux 16 17 ["test_getDirectoryFailure.js"] 18 19 ["test_slowDatabaseInitialization.js"] 20 21 ["test_slowStorageInitialization.js"] 22 23 ["test_syncAccessHandle_worker.js"] 24 25 ["test_writableFileStream.js"] 26 27 ["test_writableFileStream_worker.js"]