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

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

Issue 10905099: Update status file for dart2js checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « dart/tests/html/html.status ('k') | dart/tests/json/json.status » ('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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 multiple_timer_test: Fail,OK # Needs Timer to run. 76 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run. 77 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run. 78 timer_repeat_test: Fail,OK # Needs Timer to run.
79 79
80 [ $compiler == dart2js && $runtime == none ] 80 [ $compiler == dart2js && $runtime == none ]
81 *: Fail, Pass # TODO(ahe): Triage these tests. 81 *: Fail, Pass # TODO(ahe): Triage these tests.
82 82
83 [ $compiler == dart2dart ] 83 [ $compiler == dart2dart ]
84 # Skip until we stabilize language tests. 84 # Skip until we stabilize language tests.
85 *: Skip 85 *: Skip
86
87 [ $compiler == dart2js && $checked && $browser ]
88 compute_this_script_browser_test: Fail
89 count_test: Fail
90 cross_isolate_message_test: Fail
91 isolate_complex_messages_test: Fail
92 mandel_isolate_test: Fail
93 message2_test: Fail
94 message_test: Fail
95 mint_maker_test: Fail
96 multiple_timer_test: Fail
97 nested_spawn2_test: Fail
98 nested_spawn_test: Fail
99 port_test: Fail
100 request_reply_test: Fail
101 serialization_test: Fail
102 spawn_function_custom_class_test: Fail
103 spawn_function_test: Fail
104 timer_cancel1_test: Fail
105 timer_cancel2_test: Fail
106 timer_cancel_test: Fail
107 timer_repeat_test: Fail
108 timer_test: Fail
109 unresolved_ports_test: Fail
OLDNEW
« no previous file with comments | « dart/tests/html/html.status ('k') | dart/tests/json/json.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698