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 23368003: Cleanup of isolate.status (first step) (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
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 browser/*: SkipByDesign # Browser specific tests
7 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate2_negative_test: Skip # Issue 12587.
8 isolate3_negative_test: Skip # Issue 12587.
8 serialization_test: Skip # tests dart2js-specific serialization code 9 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 10 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 11 unresolved_ports_negative_test: Skip # Issue 6839
11 compute_this_script_browser_stream_test: Skip # browser specific test 12 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
12 ports_compilation_browser_test: Skip # browser specific test
13 unresolved_ports_negative_test: Skip # See Issue 6839
14 isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have wrapper-less tests.
15 13
16 [ $compiler == none && $runtime == drt ] 14 [ $compiler == none && $runtime == drt ]
ricow1 2013/08/22 07:11:10 you could unify this section with the section abov
Søren Gjesse 2013/08/22 07:33:25 Will make a new CL for that.
17 isolate2_negative_test: Skip # Inherited from VM. 15 isolate2_negative_test: Skip # Issue 12587.
18 isolate3_negative_test: Skip # Inherited from VM. 16 isolate3_negative_test: Skip # Issue 12587.
19 serialization_test: Skip # tests dart2js-specific serialization code 17 serialization_test: Skip # tests dart2js-specific serialization code
ricow1 2013/08/22 07:11:10 Is this SkibByDesign as well?
Søren Gjesse 2013/08/22 07:33:25 Ditto.
20 spawn_uri_test: Skip # uses a .js extension (not for dartium) 18 spawn_uri_test: Skip # uses a .js extension (not for dartium)
21 spawn_uri_negative_test: Skip # ditto 19 spawn_uri_negative_test: Skip # ditto
22 20
23 [ $compiler == dartanalyzer ] 21 [ $analyzer ]
24 isolate2_negative_test: fail 22 isolate2_negative_test: fail
25 isolate_negative_test: fail 23 isolate_negative_test: fail
26 spawn_function_negative_test: fail 24 spawn_function_negative_test: fail
27 spawn_uri_negative_test: fail 25 spawn_uri_negative_test: fail
28 spawn_uri_vm_negative_test: fail 26 spawn_uri_vm_negative_test: fail
29 unresolved_ports_negative_test: fail 27 unresolved_ports_negative_test: fail
30 28
31 [ $compiler == dart2analyzer ] 29 [ $compiler == dart2analyzer ]
32 isolate2_negative_test: fail
33 isolate_import_negative_test: fail 30 isolate_import_negative_test: fail
34 isolate_negative_test: fail
35 spawn_function_negative_test: fail
36 spawn_uri_negative_test: fail
37 spawn_uri_vm_negative_test: fail
38 unresolved_ports_negative_test: fail
39 31
40 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] 32 [ $compiler == dart2js && $jscl ]
33 browser/*: SkipByDesign # Browser specific tests
41 illegal_msg_stream_test: Fail # Issue 6750 34 illegal_msg_stream_test: Fail # Issue 6750
42 typed_data_message_test: Fail, OK # DataView only supported in browsers.
43 35
44 [ $compiler == dart2js && $browser ] 36 [ $compiler == dart2js && $browser ]
45 illegal_msg_stream_test: Fail, Pass # Issue 6750 37 illegal_msg_stream_test: Fail, Pass # Issue 6750
46 38
47 [ $compiler == dart2js && $runtime == drt ] 39 [ $compiler == dart2js && $runtime == drt ]
48 unresolved_ports_negative_test: Pass, Crash # Issue 10613 40 unresolved_ports_negative_test: Pass, Crash # Issue 10613
49 41
50 [ $compiler == dart2js ] 42 [ $compiler == dart2js ]
51 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 43 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
52 illegal_msg_test: Fail # Issue 6750 44 illegal_msg_test: Fail # Issue 6750
53 stream_mangling_test: Fail # Issue 9245 45 stream_mangling_test: Fail # Issue 9245
54 46
55 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 47 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
56 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024 48 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024
57 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024 49 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024
58 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024 50 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024
59 51
60 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ] 52 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ]
61 typed_data_message_test: Fail 53 browser/typed_data_message_test: Fail
62 54
63 [ $runtime == safari ] 55 [ $runtime == safari ]
64 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 56 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
65 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 57 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
66 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 58 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
67 message_test: Skip 59 message_test: Skip
68 60
69 [ $runtime == opera ] 61 [ $runtime == opera ]
70 isolate2_negative_test: Skip # Timeout. 62 isolate2_negative_test: Skip # Timeout.
71 unresolved_ports_negative_test: Skip # See Issue 6839 63 unresolved_ports_negative_test: Skip # See Issue 6839
(...skipping 26 matching lines...) Expand all
98 isolate_negative_test: Skip # Bug 6890 90 isolate_negative_test: Skip # Bug 6890
99 91
100 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 92 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
101 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 93 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
102 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 94 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
103 95
104 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 96 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
105 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 97 isolate_stress_test: Pass, Slow # http://dartbug.com/10697
106 98
107 [ $arch == arm || $arch == simarm ] 99 [ $arch == arm || $arch == simarm ]
108 *: Skip 100 *: Skip # Issue 12589
109 101
110 [ $arch == mips ] 102 [ $arch == mips || $arch == simmips ]
111 *: Skip 103 *: Skip # Issue 12590
112
113 [ $arch == simmips ]
114 *: Skip
115 104
116 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 105 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
117 # Skipped for in-progress Dartium rull on 8-16-2013 106 isolate_stress_test: Skip # Issue 12537
118 isolate_stress_test: Skip
119 107
OLDNEW
« no previous file with comments | « tests/isolate/compute_this_script_browser_test.dart ('k') | tests/isolate/isolate_stress_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698