blob: 9b85c2de6933960cffd899ba70ab61f2af2e0cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[DEFAULT]
["test_on_new_promise.html"]
["test_on_promise_settled.html"]
["test_on_promise_settled_duplicates.html"]
["test_promise_argument_xrays.html"]
support-files = [
"file_promise_xrays.html",
"file_promise_argument_tests.js",
]
skip-if = ["!debug"]
["test_promise_job_with_bind_from_discarded_iframe.html"]
support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"]
["test_promise_retval_xrays.html"]
support-files = [
"file_promise_xrays.html",
"file_promise_retval_tests.js"
]
skip-if = ["debug == false"]
["test_promise_xrays.html"]
support-files = ["file_promise_xrays.html"]
|