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

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

Issue 11361257: Support corelib tests in checked mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « tests/corelib/corelib.status ('k') | no next file » | 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 20 matching lines...) Expand all
31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
32 32
33 # test issue 6512 33 # test issue 6512
34 isolate2_negative_test: Pass 34 isolate2_negative_test: Pass
35 compute_this_script_browser_test: Pass 35 compute_this_script_browser_test: Pass
36 36
37 37
38 [ $compiler == dart2js ] 38 [ $compiler == dart2js ]
39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
40 40
41 [ $compiler == dart2js && $checked ]
42 port_test: Fail # Issue 6608
43
41 [ $runtime == safari ] 44 [ $runtime == safari ]
42 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 45 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
43 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 46 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
44 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 47 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
45 message_test: Skip 48 message_test: Skip
46 49
47 [ $runtime == ff ] 50 [ $runtime == ff ]
48 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 51 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
49 multiple_timer_test: Pass, Fail 52 multiple_timer_test: Pass, Fail
50 timer_isolate_test: Pass, Fail 53 timer_isolate_test: Pass, Fail
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 timer_isolate_test: Fail, OK # Needs Timer to run. 101 timer_isolate_test: Fail, OK # Needs Timer to run.
99 timer_repeat_test: Fail,OK # Needs Timer to run. 102 timer_repeat_test: Fail,OK # Needs Timer to run.
100 timer_test: Fail,OK # Needs Timer to run. 103 timer_test: Fail,OK # Needs Timer to run.
101 104
102 [ $compiler == dart2js && $runtime == none ] 105 [ $compiler == dart2js && $runtime == none ]
103 *: Fail, Pass # TODO(ahe): Triage these tests. 106 *: Fail, Pass # TODO(ahe): Triage these tests.
104 107
105 [ $compiler == dart2dart ] 108 [ $compiler == dart2dart ]
106 # Skip until we stabilize language tests. 109 # Skip until we stabilize language tests.
107 *: Skip 110 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698