Skip to content

Commit a9f249c

Browse files
committed
tests: Fix from_shumway/flash_utils_Timer test
The test output was wrong, various Flash Player versions (9, 15, 24, 32) on various OSes (Linux, Windows) with various SWF versions (9, 32) all report bubbles=false.
1 parent 6241155 commit a9f249c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
timerHandler: [TimerEvent type="timer" bubbles=true cancelable=false eventPhase=2]
1+
timerHandler: [TimerEvent type="timer" bubbles=false cancelable=false eventPhase=2]
22
get running: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
num_ticks = 3
22
sleep_to_meet_frame_rate = true
3-
known_failure = true

0 commit comments

Comments
 (0)