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

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

Issue 23494066: Automatically converted general Fail status file markers to one of the more specific markers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
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 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 unresolved_ports_negative_test: Skip # Issue 6839 7 unresolved_ports_negative_test: Skip # Issue 6839
8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
11 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 11 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
12 spawn_uri_test: SkipByDesign # Test uses a ".js" URI. 12 spawn_uri_test: SkipByDesign # Test uses a ".js" URI.
13 spawn_uri_negative_test: SkipByDesign # Test uses a ".js" URI. 13 spawn_uri_negative_test: SkipByDesign # Test uses a ".js" URI.
14 isolate2_negative_test: Skip # Issue 12587. 14 isolate2_negative_test: Skip # Issue 12587.
15 isolate3_negative_test: Skip # Issue 12587. 15 isolate3_negative_test: Skip # Issue 12587.
16 16
17 [ $analyzer ] 17 [ $analyzer ]
18 isolate2_negative_test: Fail 18 isolate2_negative_test: Fail
19 isolate_negative_test: Fail 19 isolate_negative_test: Fail
20 spawn_function_negative_test: Fail 20 spawn_function_negative_test: Fail
21 spawn_uri_negative_test: Fail 21 spawn_uri_negative_test: Fail
22 spawn_uri_vm_negative_test: Fail 22 spawn_uri_vm_negative_test: Fail
23 unresolved_ports_negative_test: Fail 23 unresolved_ports_negative_test: Fail
24 24
25 [ $compiler == dart2js && $jscl ] 25 [ $compiler == dart2js && $jscl ]
26 browser/*: SkipByDesign # Browser specific tests 26 browser/*: SkipByDesign # Browser specific tests
27 illegal_msg_stream_test: Fail # Issue 6750 27 illegal_msg_stream_test: RuntimeError # Issue 6750
28 28
29 [ $compiler == dart2js && $browser ] 29 [ $compiler == dart2js && $browser ]
30 illegal_msg_stream_test: Fail, Pass # Issue 6750 30 illegal_msg_stream_test: Fail, Pass # Issue 6750
31 31
32 [ $compiler == dart2js && $runtime == drt ] 32 [ $compiler == dart2js && $runtime == drt ]
33 unresolved_ports_negative_test: Pass, Crash # Issue 10613 33 unresolved_ports_negative_test: Pass, Crash # Issue 10613
34 34
35 [ $compiler == dart2js ] 35 [ $compiler == dart2js ]
36 serialization_test: Fail # Issue 1882, tries to access class TestingOnly declare d in isolate_patch.dart 36 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
37 illegal_msg_test: Fail # Issue 6750 37 illegal_msg_test: RuntimeError # Issue 6750
38 stream_mangling_test: Fail # Issue 9245 38 stream_mangling_test: RuntimeError # Issue 9245
39 39
40 global_error_handler_test: Pass, Fail # Issue 9012, Issue 9024 40 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024
41 global_error_handler_stream_test: Pass, Fail # Issue 9012, Issue 9024 41 global_error_handler_stream_test: Pass, RuntimeError # Issue 9012, Issue 9024
42 global_error_handler2_test: Pass, Fail # Issue 9012, Issue 9024 42 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024
43 global_error_handler_stream2_test: Pass, Fail # Issue 9012, Issue 9024 43 global_error_handler_stream2_test: Pass, RuntimeError # Issue 9012, Issue 9024
44 44
45 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ] 45 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ]
46 browser/typed_data_message_test: Fail # Issue 12624 46 browser/typed_data_message_test: Fail # Issue 12624
47 47
48 [ $compiler == dart2js && $runtime == safari ] 48 [ $compiler == dart2js && $runtime == safari ]
49 cross_isolate_message_test: Skip # Issue 12627 49 cross_isolate_message_test: Skip # Issue 12627
50 message_test: Skip # Issue 12627 50 message_test: Skip # Issue 12627
51 51
52 [ $compiler == dart2js && $runtime == opera ] 52 [ $compiler == dart2js && $runtime == opera ]
53 isolate2_negative_test: Skip # Issue 12625 53 isolate2_negative_test: Skip # Issue 12625
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 92 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
93 93
94 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 94 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
95 isolate_stress_test: Pass, Slow # Issue 10697 95 isolate_stress_test: Pass, Slow # Issue 10697
96 96
97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
98 isolate_stress_test: Skip # Issue 12537 98 isolate_stress_test: Skip # Issue 12537
99 99
100 [ $csp ] 100 [ $csp ]
101 spawn_uri_negative_test: Fail # http://dartbug.com/13454 101 spawn_uri_negative_test: Fail # http://dartbug.com/13454
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698