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

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

Issue 15915007: First status file updates for chromeOnAndroid runtime (Closed) Base URL: https://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 | « tests/html/html.status ('k') | 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 [ $compiler == dart2js ] 60 [ $compiler == dart2js ]
61 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 61 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
62 illegal_msg_test: Fail # Issue 6750 62 illegal_msg_test: Fail # Issue 6750
63 stream_mangling_test: Fail # Issue 9245 63 stream_mangling_test: Fail # Issue 9245
64 64
65 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 65 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
66 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024 66 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024
67 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024 67 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024
68 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024 68 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024
69 69
70 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == ie9 || $runtime == ie10 || $runtime == safari) ] 70 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ]
71 typed_data_message_test: Fail 71 typed_data_message_test: Fail
72 72
73 [ $runtime == safari ] 73 [ $runtime == safari ]
74 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 74 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
75 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 75 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
76 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 76 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
77 message_test: Skip 77 message_test: Skip
78 78
79 # TODO(ager): Update these. 79 # TODO(ager): Update these.
80 [ $runtime == ie9 && $system == windows ] 80 [ $runtime == ie9 && $system == windows ]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 *: Skip 131 *: Skip
132 132
133 [ $arch == simarm ] 133 [ $arch == simarm ]
134 *: Skip 134 *: Skip
135 135
136 [ $arch == mips ] 136 [ $arch == mips ]
137 *: Skip 137 *: Skip
138 138
139 [ $arch == simmips ] 139 [ $arch == simmips ]
140 *: Skip 140 *: Skip
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698