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

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

Issue 23080005: New analysis_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « tests/co19/co19-analyzer2.status ('k') | tests/language/language.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 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
(...skipping 12 matching lines...) Expand all
23 [ $compiler == dartanalyzer ] 23 [ $compiler == dartanalyzer ]
24 isolate2_negative_test: fail 24 isolate2_negative_test: fail
25 isolate_negative_test: fail 25 isolate_negative_test: fail
26 spawn_function_negative_test: fail 26 spawn_function_negative_test: fail
27 spawn_uri_negative_test: fail 27 spawn_uri_negative_test: fail
28 spawn_uri_vm_negative_test: fail 28 spawn_uri_vm_negative_test: fail
29 unresolved_ports_negative_test: fail 29 unresolved_ports_negative_test: fail
30 30
31 [ $compiler == dart2analyzer ] 31 [ $compiler == dart2analyzer ]
32 isolate2_negative_test: fail 32 isolate2_negative_test: fail
33 isolate_import_negative_test: fail
34 isolate_negative_test: fail 33 isolate_negative_test: fail
35 spawn_function_negative_test: fail 34 spawn_function_negative_test: fail
36 spawn_uri_negative_test: fail 35 spawn_uri_negative_test: fail
37 spawn_uri_vm_negative_test: fail 36 spawn_uri_vm_negative_test: fail
38 unresolved_ports_negative_test: fail 37 unresolved_ports_negative_test: fail
39 38
40 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] 39 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
41 illegal_msg_stream_test: Fail # Issue 6750 40 illegal_msg_stream_test: Fail # Issue 6750
42 typed_data_message_test: Fail, OK # DataView only supported in browsers. 41 typed_data_message_test: Fail, OK # DataView only supported in browsers.
43 42
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 117 isolate_stress_test: Pass, Slow # http://dartbug.com/10697
119 118
120 [ $arch == arm || $arch == simarm ] 119 [ $arch == arm || $arch == simarm ]
121 *: Skip 120 *: Skip
122 121
123 [ $arch == mips ] 122 [ $arch == mips ]
124 *: Skip 123 *: Skip
125 124
126 [ $arch == simmips ] 125 [ $arch == simmips ]
127 *: Skip 126 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698