-
-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch marks all tests which execute significantly longer than an average test with `is_slow = true`.
- Loading branch information
Showing
31 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_frames = 1 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Test adapted from Shumway at https://github.com/mozilla/shumway/tree/master/test/swfs/avm1/depth | ||
|
||
num_frames = 1 | ||
num_frames = 1 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
num_frames = 1 | ||
is_slow = true | ||
|
||
[player_options] | ||
max_execution_duration = { secs = 5, nanos = 0 } | ||
max_execution_duration = { secs = 5, nanos = 0 } |
3 changes: 2 additions & 1 deletion
3
tests/tests/swfs/avm2/away3d_advanced_shallow_water_demo/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
num_ticks = 20 | ||
is_slow = true | ||
|
||
[image_comparisons.output] | ||
tolerance = 5 | ||
max_outliers = 389 | ||
|
||
[player_options] | ||
with_renderer = { optional = false, sample_count = 1 } | ||
with_renderer = { optional = false, sample_count = 1 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_frames = 1 | ||
is_slow = true |
3 changes: 2 additions & 1 deletion
3
tests/tests/swfs/avm2/bitmapdata_copypixels_blend_over/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
num_ticks = 1 | ||
is_slow = true |
3 changes: 2 additions & 1 deletion
3
tests/tests/swfs/avm2/large_preload_image_from_bytes/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 4 | ||
num_ticks = 4 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
num_frames = 1 | ||
is_slow = true | ||
|
||
[image_comparisons.output] | ||
tolerance = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/as3/Vector/initializer_large_vector/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Expressions/e11_10_2/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Expressions/e11_10_3/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Expressions/e11_7_1/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Expressions/e11_7_2/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Expressions/e11_7_3/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Function/apply_001/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Statements/eregress_74474_002/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Statements/eregress_74474_003/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u3400_CJKUnifiedIdeographsExtensionA/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u5000_CJKUnifiedIdeographs/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u6000_CJKUnifiedIdeographs/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u7000_CJKUnifiedIdeographs/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u8000_CJKUnifiedIdeographs/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/u9000_CJKUnifiedIdeographs/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/uA000_YiSyllables/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/uAC00_HangulSyllables/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/from_avmplus/ecma3/Unicode/uE000_PrivateUseArea/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
num_ticks = 1 | ||
is_slow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/tests/swfs/visual/shumway_acid_tests/acid_large/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters