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

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

Issue 11833037: Regression test for issue http://code.google.com/p/dart/issues/detail?id=7448. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « no previous file | tests/isolate/ports_compilation_browser_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 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate3_negative_test: Skip # test depends on isolate error exiting process.
8 serialization_test: Skip # tests dart2js-specific serialization code 8 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
10 compute_this_script_browser_test: Skip # browser specific test 10 compute_this_script_browser_test: Skip # browser specific test
11 ports_compilation_browser_test: Skip # browser specific test
ahe 2013/01/18 12:13:27 I think it should just be marked fail, I suggest y
ngeoffray 2013/01/18 12:19:26 @Ivan what do you prefer for browser-only tests: d
Ivan Posva 2013/01/23 04:00:52 Skip is the correct thing here as the test is not
ngeoffray 2013/01/23 12:59:51 OK, thanks Ivan.
11 timer_not_available_test: Fail, OK # only meant to test when there is no way to 12 timer_not_available_test: Fail, OK # only meant to test when there is no way to
12 # implement timer (currently only in d8) 13 # implement timer (currently only in d8)
13 timer_isolate_test: Skip # See Issue 4997 14 timer_isolate_test: Skip # See Issue 4997
14 unresolved_ports_negative_test: Skip # See Issue 6839 15 unresolved_ports_negative_test: Skip # See Issue 6839
15 16
16 [ $compiler == none && $runtime == drt ] 17 [ $compiler == none && $runtime == drt ]
17 isolate2_negative_test: Skip # Inherited from VM. 18 isolate2_negative_test: Skip # Inherited from VM.
18 isolate3_negative_test: Skip # Inherited from VM. 19 isolate3_negative_test: Skip # Inherited from VM.
19 serialization_test: Skip # tests dart2js-specific serialization code 20 serialization_test: Skip # tests dart2js-specific serialization code
20 spawn_uri_test: Skip # uses a .js extension (not for dartium) 21 spawn_uri_test: Skip # uses a .js extension (not for dartium)
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 message2_test: Fail # TODO(ngeoaffray): Please triage these failure. 140 message2_test: Fail # TODO(ngeoaffray): Please triage these failure.
140 message_test: Fail # TODO(ngeoaffray): Please triage these failure. 141 message_test: Fail # TODO(ngeoaffray): Please triage these failure.
141 mint_maker_test: Fail # TODO(ngeoaffray): Please triage these failure. 142 mint_maker_test: Fail # TODO(ngeoaffray): Please triage these failure.
142 nested_spawn2_test: Fail # TODO(ngeoaffray): Please triage these failure. 143 nested_spawn2_test: Fail # TODO(ngeoaffray): Please triage these failure.
143 nested_spawn_test: Fail # TODO(ngeoaffray): Please triage these failure. 144 nested_spawn_test: Fail # TODO(ngeoaffray): Please triage these failure.
144 request_reply_test: Fail # TODO(ngeoaffray): Please triage these failure. 145 request_reply_test: Fail # TODO(ngeoaffray): Please triage these failure.
145 spawn_function_custom_class_test: Fail # TODO(ngeoaffray): Please triage these f ailure. 146 spawn_function_custom_class_test: Fail # TODO(ngeoaffray): Please triage these f ailure.
146 spawn_function_test: Fail # TODO(ngeoaffray): Please triage these failure. 147 spawn_function_test: Fail # TODO(ngeoaffray): Please triage these failure.
147 stream_mangling_test: Fail # TODO(ngeoaffray): Please triage these failure. 148 stream_mangling_test: Fail # TODO(ngeoaffray): Please triage these failure.
148 unresolved_ports_test: Fail # TODO(ngeoaffray): Please triage these failure. 149 unresolved_ports_test: Fail # TODO(ngeoaffray): Please triage these failure.
OLDNEW
« no previous file with comments | « no previous file | tests/isolate/ports_compilation_browser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698