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

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

Issue 92223003: Clean up isolate tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years 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/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate2_negative_test.dart » ('j') | 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 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
11 isolate2_negative_test: Skip # Issue 12587. 11 isolate_throws_test/01: Skip # Issue 12587
12 isolate3_negative_test: Skip # Issue 12587. 12 compile_time_error_test/01: Skip # Issue 12587
13
14 [ $analyzer ]
15 isolate_import_negative_test: Fail
16 unresolved_ports_test: Pass
17 13
18 [ $compiler == dart2js && $jscl ] 14 [ $compiler == dart2js && $jscl ]
19 browser/*: SkipByDesign # Browser specific tests 15 browser/*: SkipByDesign # Browser specific tests
20 16
21 [ $compiler == dart2js && $runtime == drt ] 17 [ $compiler == dart2js && $runtime == drt ]
22 unresolved_ports_negative_test: Pass, Crash # Issue 10613
23 isolate_stress_test: Pass, Crash # Issue 14438 18 isolate_stress_test: Pass, Crash # Issue 14438
24 19
25 [ $compiler == dart2js ] 20 [ $compiler == dart2js ]
26 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 21 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
27 22
28 [ $compiler == dart2js && $runtime == ie9 ] 23 [ $compiler == dart2js && $runtime == ie9 ]
29 browser/typed_data_message_test: Fail # Issue 12624 24 browser/typed_data_message_test: Fail # Issue 12624
30 25
31 [ $compiler == dart2js && $runtime == safari ] 26 [ $compiler == dart2js && $runtime == safari ]
32 cross_isolate_message_test: Skip # Issue 12627 27 cross_isolate_message_test: Skip # Issue 12627
33 message_test: Skip # Issue 12627 28 message_test: Skip # Issue 12627
34 29
35 [ $compiler == dart2js && $runtime == opera ]
36 isolate2_negative_test: Skip # Issue 12625
37 unresolved_ports_negative_test: Skip # Issue 12626
38
39 [ $compiler == dart2js ] 30 [ $compiler == dart2js ]
40 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 31 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
41 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 32 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
42 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI.
43
44 [ $compiler == dart2js && $browser ]
45 isolate2_negative_test: Fail, Pass # Issue 7769
46 33
47 [ $compiler == dart2js && $jscl ] 34 [ $compiler == dart2js && $jscl ]
48 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 35 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
49 36
50 [ $compiler == dart2js && $runtime == ie9 ] 37 [ $compiler == dart2js && $runtime == ie9 ]
51 spawn_uri_test: Fail # Issue 12630 38 spawn_uri_test: Fail # Issue 12630
52 39
53 [ $compiler == dart2js && $runtime == none ] 40 [ $compiler == dart2js && $runtime == none ]
54 spawn_function_negative_test: Fail # Issue 12628
55 unresolved_ports_negative_test: Fail # Issue 12628
56 isolate_negative_test: Fail # Issue 12628
57 serialization_test: Pass # Issue 12628 41 serialization_test: Pass # Issue 12628
58 isolate_import_negative_test: Fail # Issue 12628
59 isolate2_negative_test: Fail # Issue 12628
60 illegal_msg_function_test: Pass # Issue 12628 42 illegal_msg_function_test: Pass # Issue 12628
61 illegal_msg_mirror_test: Pass # Issue 12628 43 illegal_msg_mirror_test: Pass # Issue 12628
62 44
63 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 45 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
64 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 46 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
65 47
66 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 48 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
67 49
68 [ $compiler == dart2dart ] 50 [ $compiler == dart2dart ]
69 *: Skip # Issue 12629 51 *: Skip # Issue 12629
(...skipping 17 matching lines...) Expand all
87 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 69 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
88 70
89 [ $compiler == none && $runtime == dartium ] 71 [ $compiler == none && $runtime == dartium ]
90 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 72 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
91 73
92 [ $compiler == none && $runtime == dartium ] 74 [ $compiler == none && $runtime == dartium ]
93 isolate_stress_test: Skip # Issue 14463 75 isolate_stress_test: Skip # Issue 14463
94 76
95 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 77 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
96 browser/typed_data_message_test: StaticWarning 78 browser/typed_data_message_test: StaticWarning
97 isolate3_negative_test: CompileTimeError
98 isolate_import_negative_test: CompileTimeError
99 mint_maker_test: StaticWarning 79 mint_maker_test: StaticWarning
100 serialization_test: StaticWarning 80 serialization_test: StaticWarning
101 unresolved_ports_test: StaticWarning
102
OLDNEW
« no previous file with comments | « tests/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate2_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698