diff options
Diffstat (limited to 'devtools/shared/transport/tests/xpcshell/xpcshell.toml')
-rw-r--r-- | devtools/shared/transport/tests/xpcshell/xpcshell.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devtools/shared/transport/tests/xpcshell/xpcshell.toml b/devtools/shared/transport/tests/xpcshell/xpcshell.toml new file mode 100644 index 0000000000..38e49ab71c --- /dev/null +++ b/devtools/shared/transport/tests/xpcshell/xpcshell.toml @@ -0,0 +1,22 @@ +[DEFAULT] +tags = "devtools" +head = "head_dbg.js" +firefox-appdir = "browser" +skip-if = ["os == 'android'"] +support-files = ["testactors.js"] + +["test_bulk_error.js"] + +["test_client_server_bulk.js"] + +["test_dbgsocket.js"] + +["test_dbgsocket_connection_drop.js"] + +["test_delimited_read.js"] + +["test_packet.js"] + +["test_queue.js"] + +["test_transport_bulk.js"] |