blob: 801e95382f7b8b98bb470773d85afd412a035b20 (
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
28
29
30
31
32
33
34
|
[DEFAULT]
["test_arithmetic.js"]
# I think this can be re-enabled when we implement https://bugzilla.mozilla.org/show_bug.cgi?id=1888668
lineno = "3"
["test_callbacks.js"]
disabled = "Temporarily disabled until we can re-enable callback support"
lineno = "8"
["test_custom_types.js"]
lineno = "12"
["test_external_types.js"]
lineno = "15"
["test_geometry.js"]
lineno = "18"
["test_refcounts.js"]
lineno = "21"
["test_rondpoint.js"]
lineno = "24"
["test_sprites.js"]
lineno = "27"
["test_todolist.js"]
lineno = "30"
["test_type_checking.js"]
lineno = "33"
|