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

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

Issue 11293273: Fix status file. Test fails in non-checked mode too. (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 | « no previous file | 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 19 matching lines...) Expand all
30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
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
41 [ $compiler == dart2js && $checked ]
42 port_test: Fail # Issue 6608 40 port_test: Fail # Issue 6608
43 41
44 [ $runtime == safari ] 42 [ $runtime == safari ]
45 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 43 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
46 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 44 mixed_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 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
48 message_test: Skip 46 message_test: Skip
49 47
50 [ $runtime == ff ] 48 [ $runtime == ff ]
51 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 49 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 timer_isolate_test: Fail, OK # Needs Timer to run. 99 timer_isolate_test: Fail, OK # Needs Timer to run.
102 timer_repeat_test: Fail,OK # Needs Timer to run. 100 timer_repeat_test: Fail,OK # Needs Timer to run.
103 timer_test: Fail,OK # Needs Timer to run. 101 timer_test: Fail,OK # Needs Timer to run.
104 102
105 [ $compiler == dart2js && $runtime == none ] 103 [ $compiler == dart2js && $runtime == none ]
106 *: Fail, Pass # TODO(ahe): Triage these tests. 104 *: Fail, Pass # TODO(ahe): Triage these tests.
107 105
108 [ $compiler == dart2dart ] 106 [ $compiler == dart2dart ]
109 # Skip until we stabilize language tests. 107 # Skip until we stabilize language tests.
110 *: Skip 108 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698