Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Side by Side Diff: tests/isolate/isolate.status

Issue 11028076: Fix timer tests: timer tests were not using expectAsync to wait for (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mark some tests as flaky in FF Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/unittest/unittest.dart ('k') | tests/isolate/multiple_timer_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 serialization_test: Skip # tests dart2js-specific serialization code 7 serialization_test: Skip # tests dart2js-specific serialization code
8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
9 compute_this_script_browser_test: Skip # browser specific test 9 compute_this_script_browser_test: Skip # browser specific test
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to
(...skipping 19 matching lines...) Expand all
30 30
31 [ $compiler == dart2js ] 31 [ $compiler == dart2js ]
32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
33 33
34 [ $runtime == safari ] 34 [ $runtime == safari ]
35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
37 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 37 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
38 message_test: Skip 38 message_test: Skip
39 39
40 [ $runtime == ff ]
41 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
42 timer_test: Pass, Fail
43 multiple_timer_test: Pass, Fail
44
40 # TODO(ager): Update these. 45 # TODO(ager): Update these.
41 [ $runtime == ie && $system == windows ] 46 [ $runtime == ie && $system == windows ]
42 v2*: Skip 47 v2*: Skip
43 48
44 [ $runtime == safari && $system == macos ] 49 [ $runtime == safari && $system == macos ]
45 v2*: Skip 50 v2*: Skip
46 51
47 [ $runtime == ie && ($system == linux || $system == macos) ] 52 [ $runtime == ie && ($system == linux || $system == macos) ]
48 *: Skip 53 *: Skip
49 54
(...skipping 29 matching lines...) Expand all
79 multiple_timer_test: Fail,OK # Needs Timer to run. 84 multiple_timer_test: Fail,OK # Needs Timer to run.
80 timer_test: Fail,OK # Needs Timer to run. 85 timer_test: Fail,OK # Needs Timer to run.
81 timer_repeat_test: Fail,OK # Needs Timer to run. 86 timer_repeat_test: Fail,OK # Needs Timer to run.
82 87
83 [ $compiler == dart2js && $runtime == none ] 88 [ $compiler == dart2js && $runtime == none ]
84 *: Fail, Pass # TODO(ahe): Triage these tests. 89 *: Fail, Pass # TODO(ahe): Triage these tests.
85 90
86 [ $compiler == dart2dart ] 91 [ $compiler == dart2dart ]
87 # Skip until we stabilize language tests. 92 # Skip until we stabilize language tests.
88 *: Skip 93 *: Skip
OLDNEW
« no previous file with comments | « pkg/unittest/unittest.dart ('k') | tests/isolate/multiple_timer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698