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

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

Issue 130813005: Update isolate expectations to not skip dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 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 || $compiler == dart2dart ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
11 isolate_throws_test/01: Skip # Issue 12587 11 isolate_throws_test/01: Skip # Issue 12587
12 compile_time_error_test/01: Skip # Issue 12587 12 compile_time_error_test/01: Skip # Issue 12587
13 capability_test: Fail 13 capability_test: Fail # Not implemented yet
14 14
15 [ $compiler == dart2js && $jscl ] 15 [ $compiler == dart2js && $jscl ]
16 browser/*: SkipByDesign # Browser specific tests 16 browser/*: SkipByDesign # Browser specific tests
17 17
18 [ $compiler == dart2js && $runtime == drt ] 18 [ $compiler == dart2js && $runtime == drt ]
19 isolate_stress_test: Pass, Crash # Issue 14438 19 isolate_stress_test: Pass, Crash # Issue 14438
20 20
21 [ $compiler == dart2js ] 21 [ $compiler == dart2js ]
22 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 22 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
23 23
24 [ $compiler == dart2js && $runtime == ie9 ] 24 [ $compiler == dart2js && $runtime == ie9 ]
25 browser/typed_data_message_test: Fail # Issue 12624 25 browser/typed_data_message_test: Fail # Issue 12624
26 26
27 [ $compiler == dart2js && $runtime == safari ] 27 [ $compiler == dart2js && $runtime == safari ]
28 cross_isolate_message_test: Skip # Issue 12627 28 cross_isolate_message_test: Skip # Issue 12627
29 message_test: Skip # Issue 12627 29 message_test: Skip # Issue 12627
30 30
31 [ $compiler == dart2js ] 31 [ $compiler == dart2js ]
32 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 32 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
33 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 33 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
34 34
35 [ $compiler == dart2js && $jscl ] 35 [ $compiler == dart2js && $jscl ]
36 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 36 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
37 37
38 [ $compiler == dart2js && $runtime == ie9 ] 38 [ $compiler == dart2js && $runtime == ie9 ]
39 spawn_uri_test: Fail # Issue 12630 39 spawn_uri_test: Fail # Issue 12630
40 40
41 [ $compiler == dart2js && $runtime == none ] 41 [ $compiler == dart2js && $runtime == none ]
42 serialization_test: Pass # Issue 12628 42 serialization_test: Pass # Issue 12628
43 illegal_msg_function_test: Pass # Issue 12628
44 illegal_msg_mirror_test: Pass # Issue 12628
45 43
46 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 44 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
47 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 45 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
48 46
49 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 47 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
50 48
51 [ $compiler == dart2dart ] 49 [ $compiler == dart2dart ]
52 *: Skip # Issue 12629 50 illegal_msg_mirror_test: RuntimeError # Issue 16548
51 spawn_uri_multi_test/none: RuntimeError # Issue 16549
52 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
53 spawn_uri_test: RuntimeError # Issue 16549
54 spawn_uri_vm_test: RuntimeError # Issue 16549
53 55
54 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 56 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
55 isolate_stress_test: Pass, Slow # Issue 10697 57 isolate_stress_test: Pass, Slow # Issue 10697
56 58
57 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 59 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
58 unresolved_ports_test: Pass, Timeout # Issue 15610 60 unresolved_ports_test: Pass, Timeout # Issue 15610
59 61
60 [ $compiler == none && $runtime == drt ] 62 [ $compiler == none && $runtime == drt ]
61 isolate_stress_test: Skip # Issue 14463 63 isolate_stress_test: Skip # Issue 14463
62 spawn_uri_nested_vm_test: Skip # Issue 14463 64 spawn_uri_nested_vm_test: Skip # Issue 14463
(...skipping 14 matching lines...) Expand all
77 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 79 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
78 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 80 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
79 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 81 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
80 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 82 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
81 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 83 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
82 84
83 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 85 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
84 browser/typed_data_message_test: StaticWarning 86 browser/typed_data_message_test: StaticWarning
85 mint_maker_test: StaticWarning 87 mint_maker_test: StaticWarning
86 serialization_test: StaticWarning 88 serialization_test: StaticWarning
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