Skip to content

Commit 083187b

Browse files
committed
tests: Fix some tests with broken config.
We didn't catch these because they're marked `known_failure = true`, which suppresses all errors.
1 parent 64e6e55 commit 083187b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

tests/tests/swfs/from_gnash/actionscript.all/XMLNode-v8/test.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ player_options.version = 9
88
[subtests.fp10]
99
output_path = "output.fp10.txt"
1010
player_options.version = 10
11-
12-
[subtests.fp11]
13-
output_path = "output.fp11.txt"
14-
player_options.version = 11

tests/tests/swfs/from_gnash/misc-ming.all/PrototypeEventListeners/test.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ num_frames = 30
22
known_failure = true
33

44
[subtests.fp10]
5+
output_path = "output.fp10.txt"
56
player_options.version = 10
67

78
[subtests.fp11]
9+
output_path = "output.fp11.txt"
810
player_options.version = 11

tests/tests/swfs/from_gnash/misc-ming.all/masks_test/input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"key": {
6565
"Char": "a"
6666
}
67-
}
67+
},
6868
{
6969
"type": "KeyDown",
7070
"key": {
@@ -79,5 +79,5 @@
7979
"key": {
8080
"Char": "a"
8181
}
82-
},
82+
}
8383
]

0 commit comments

Comments
 (0)