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

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

Issue 12642007: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | 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 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 11 ports_compilation_browser_test: Skip # browser specific test
12 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
13 # implement timer (currently only in d8) 13 # implement timer (currently only in d8)
14 timer_isolate_test: Skip # See Issue 4997 14 timer_isolate_test: Skip # See Issue 4997
15 unresolved_ports_negative_test: Skip # See Issue 6839 15 unresolved_ports_negative_test: Skip # See Issue 6839
16 global_error_handler_test: Fail # See Issue 9013. 16 global_error_handler_test: Fail # See Issue 9013.
floitsch 2013/03/08 21:48:27 Here is the line for the VM. Apparently that doesn
17 17
18 [ $compiler == none && $runtime == drt ] 18 [ $compiler == none && $runtime == drt ]
19 isolate2_negative_test: Skip # Inherited from VM. 19 isolate2_negative_test: Skip # Inherited from VM.
20 isolate3_negative_test: Skip # Inherited from VM. 20 isolate3_negative_test: Skip # Inherited from VM.
21 serialization_test: Skip # tests dart2js-specific serialization code 21 serialization_test: Skip # tests dart2js-specific serialization code
22 spawn_uri_test: Skip # uses a .js extension (not for dartium) 22 spawn_uri_test: Skip # uses a .js extension (not for dartium)
23 spawn_uri_negative_test: Skip # ditto 23 spawn_uri_negative_test: Skip # ditto
24 spawn_uri_vm_test: Skip # not implemented in dartium yet. 24 spawn_uri_vm_test: Skip # not implemented in dartium yet.
25 spawn_uri_vm_negative_test: Skip 25 spawn_uri_vm_negative_test: Skip
26 timer_isolate_test: Skip # See Issue 4997 26 timer_isolate_test: Skip # See Issue 4997
27 timer_not_available_test: Skip # only meant to test when there is no way to 27 timer_not_available_test: Skip # only meant to test when there is no way to
28 # implement timer (currently only in d8) 28 # implement timer (currently only in d8)
29 global_error_handler_test: Fail # See Issue 9013.
29 30
30 [ $compiler == dartc ] 31 [ $compiler == dartc ]
31 isolate_negative_test: Fail # status change with --check-only 32 isolate_negative_test: Fail # status change with --check-only
32 isolate2_negative_test: Fail # status change with --check-only 33 isolate2_negative_test: Fail # status change with --check-only
33 spawn_function_negative_test: Fail, OK # Fails at runtime. 34 spawn_function_negative_test: Fail, OK # Fails at runtime.
34 spawn_uri_negative_test: Fail, OK # Fails at runtime. 35 spawn_uri_negative_test: Fail, OK # Fails at runtime.
35 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 36 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
36 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 37 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
37 38
38 # test issue 6512 39 # test issue 6512
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 *: Skip 120 *: Skip
120 121
121 [ $arch == simarm ] 122 [ $arch == simarm ]
122 *: Skip 123 *: Skip
123 124
124 [ $arch == mips ] 125 [ $arch == mips ]
125 *: Skip 126 *: Skip
126 127
127 [ $arch == simmips ] 128 [ $arch == simmips ]
128 *: Skip 129 *: 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