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

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

Issue 22859050: More cleanup of isolate.status (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 | « 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 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate2_negative_test: Skip # Issue 12587.
8 isolate3_negative_test: Skip # Issue 12587.
9 serialization_test: Skip # tests dart2js-specific serialization code
10 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
11 unresolved_ports_negative_test: Skip # Issue 6839 7 unresolved_ports_negative_test: Skip # Issue 6839
12 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.
13 9
14 [ $compiler == none && $runtime == drt ] 10 [ $compiler == none ]
11 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
12 spawn_uri_test: SkipByDesign # Test uses a ".js" URI.
13 spawn_uri_negative_test: SkipByDesign # Test uses a ".js" URI.
15 isolate2_negative_test: Skip # Issue 12587. 14 isolate2_negative_test: Skip # Issue 12587.
16 isolate3_negative_test: Skip # Issue 12587. 15 isolate3_negative_test: Skip # Issue 12587.
17 serialization_test: Skip # tests dart2js-specific serialization code
18 spawn_uri_test: Skip # uses a .js extension (not for dartium)
19 spawn_uri_negative_test: Skip # ditto
20 16
21 [ $analyzer ] 17 [ $analyzer ]
22 isolate2_negative_test: fail 18 isolate2_negative_test: Fail
23 isolate_negative_test: fail 19 isolate_negative_test: Fail
24 spawn_function_negative_test: fail 20 spawn_function_negative_test: Fail
25 spawn_uri_negative_test: fail 21 spawn_uri_negative_test: Fail
26 spawn_uri_vm_negative_test: fail 22 spawn_uri_vm_negative_test: Fail
27 unresolved_ports_negative_test: fail 23 unresolved_ports_negative_test: Fail
28 24
29 [ $compiler == dart2analyzer ] 25 [ $compiler == dart2analyzer ]
30 isolate_import_negative_test: fail 26 isolate_import_negative_test: Fail
31 27
32 [ $compiler == dart2js && $jscl ] 28 [ $compiler == dart2js && $jscl ]
33 browser/*: SkipByDesign # Browser specific tests 29 browser/*: SkipByDesign # Browser specific tests
34 illegal_msg_stream_test: Fail # Issue 6750 30 illegal_msg_stream_test: Fail # Issue 6750
35 31
36 [ $compiler == dart2js && $browser ] 32 [ $compiler == dart2js && $browser ]
37 illegal_msg_stream_test: Fail, Pass # Issue 6750 33 illegal_msg_stream_test: Fail, Pass # Issue 6750
38 34
39 [ $compiler == dart2js && $runtime == drt ] 35 [ $compiler == dart2js && $runtime == drt ]
40 unresolved_ports_negative_test: Pass, Crash # Issue 10613 36 unresolved_ports_negative_test: Pass, Crash # Issue 10613
41 37
42 [ $compiler == dart2js ] 38 [ $compiler == dart2js ]
43 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 39 serialization_test: Fail # Issue 1882, tries to access class TestingOnly declare d in isolate_patch.dart
44 illegal_msg_test: Fail # Issue 6750 40 illegal_msg_test: Fail # Issue 6750
45 stream_mangling_test: Fail # Issue 9245 41 stream_mangling_test: Fail # Issue 9245
46 42
47 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 43 global_error_handler_test: Pass, Fail # Issue 9012, Issue 9024
48 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024 44 global_error_handler_stream_test: Pass, Fail # Issue 9012, Issue 9024
49 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024 45 global_error_handler2_test: Pass, Fail # Issue 9012, Issue 9024
50 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024 46 global_error_handler_stream2_test: Pass, Fail # Issue 9012, Issue 9024
51 47
52 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ] 48 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ]
53 browser/typed_data_message_test: Fail 49 browser/typed_data_message_test: Fail # Issue 12624
54 50
55 [ $runtime == safari ] 51 [ $compiler == dart2js && $runtime == safari ]
56 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 52 cross_isolate_message_test: Skip # Issue 12627
57 message_test: Skip 53 message_test: Skip # Issue 12627
58 54
59 [ $runtime == opera ] 55 [ $compiler == dart2js && $runtime == opera ]
60 isolate2_negative_test: Skip # Timeout. 56 isolate2_negative_test: Skip # Issue 12625
61 unresolved_ports_negative_test: Skip # See Issue 6839 57 unresolved_ports_negative_test: Skip # Issue 12626
58
59 [ $compiler == dart2js ]
60 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
61 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
62 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI.
62 63
63 [ $compiler == dart2js && $browser ] 64 [ $compiler == dart2js && $browser ]
64 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
65 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m.
66 spawn_uri_vm_negative_test: Skip # ditto above.
67 isolate2_negative_test: Fail, Pass # Issue 7769 65 isolate2_negative_test: Fail, Pass # Issue 7769
68 66
69 [ $compiler == dart2js && $jscl ] 67 [ $compiler == dart2js && $jscl ]
70 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) 68 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
71 spawn_uri_test: Fail, OK # loading another file is not supported in d8
72 spawn_uri_vm_negative_test: Skip # ditto above.
73 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
74 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m.
75 69
76 [ $compiler == dart2js && $runtime == ie9 ] 70 [ $compiler == dart2js && $runtime == ie9 ]
77 spawn_uri_test: Fail 71 spawn_uri_test: Fail # Issue 12630
78 72
79 [ $compiler == dart2js && $runtime == none ] 73 [ $compiler == dart2js && $runtime == none ]
80 *: Fail, Pass # TODO(ahe): Triage these tests. 74 spawn_function_negative_test: Fail # Issue 12628
75 spawn_uri_negative_test: Fail # Issue 12628
76 unresolved_ports_negative_test: Fail # Issue 12628
77 stream_mangling_test: Pass # Issue 12628
78 isolate_negative_test: Fail # Issue 12628
79 serialization_test: Pass # Issue 12628
80 isolate_import_negative_test: Fail # Issue 12628
81 isolate2_negative_test: Fail # Issue 12628
82 illegal_msg_test: Pass # Issue 12628
81 83
82 [ $compiler == dart2dart ] 84 [ $compiler == dart2dart ]
83 # Skip until we stabilize language tests. 85 *: Skip # Issue 12629
84 *: Skip
85 86
86 # TODO(ajohnsen): Fix this as part of library changes.
87 [ $compiler == none ] 87 [ $compiler == none ]
88 isolate_negative_test: Skip # Bug 6890 88 isolate_negative_test: Skip # Bug 6890
89 89
90 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 90 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
91 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 91 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
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 # http://dartbug.com/10697 95 isolate_stress_test: Pass, Slow # Issue 10697
96 96
97 [ $arch == arm || $arch == simarm ] 97 [ $arch == arm || $arch == simarm ]
98 *: Skip # Issue 12589 98 *: Skip # Issue 12589
99 99
100 [ $arch == mips || $arch == simmips ] 100 [ $arch == mips || $arch == simmips ]
101 *: Skip # Issue 12590 101 *: Skip # Issue 12590
102 102
103 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 103 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
104 isolate_stress_test: Skip # Issue 12537 104 isolate_stress_test: Skip # Issue 12537
105
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