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

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

Issue 14949018: Apparently only fails in drt. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 spawn_uri_negative_test: fail 45 spawn_uri_negative_test: fail
46 spawn_uri_vm_negative_test: fail 46 spawn_uri_vm_negative_test: fail
47 unresolved_ports_negative_test: fail 47 unresolved_ports_negative_test: fail
48 48
49 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] 49 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
50 illegal_msg_stream_test: Fail # Issue 6750 50 illegal_msg_stream_test: Fail # Issue 6750
51 51
52 [ $compiler == dart2js && $browser ] 52 [ $compiler == dart2js && $browser ]
53 illegal_msg_stream_test: Fail, Pass # Issue 6750 53 illegal_msg_stream_test: Fail, Pass # Issue 6750
54 54
55 [ $compiler == dart2js && $csp] 55 [ $compiler == dart2js && $runtime == drt ]
56 unresolved_ports_negative_test: Pass, Crash # Issue 10613 56 unresolved_ports_negative_test: Pass, Crash # Issue 10613
57 57
58 [ $compiler == dart2js ] 58 [ $compiler == dart2js ]
59 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 59 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
60 illegal_msg_test: Fail # Issue 6750 60 illegal_msg_test: Fail # Issue 6750
61 stream_mangling_test: Fail # Issue 9245 61 stream_mangling_test: Fail # Issue 9245
62 62
63 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 63 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
64 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024 64 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024
65 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024 65 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 *: Skip 126 *: Skip
127 127
128 [ $arch == simarm ] 128 [ $arch == simarm ]
129 *: Skip 129 *: Skip
130 130
131 [ $arch == mips ] 131 [ $arch == mips ]
132 *: Skip 132 *: Skip
133 133
134 [ $arch == simmips ] 134 [ $arch == simmips ]
135 *: Skip 135 *: 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