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

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

Issue 943503004: Added a test for issue 12474. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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 | « tests/isolate/browser/package/issue_12474_lib.dart ('k') | 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 [ $runtime == vm && $arch == mips && $mode == debug ] 9 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 cross_isolate_message_test: Skip # Issue 12627 46 cross_isolate_message_test: Skip # Issue 12627
47 message_test: Skip # Issue 12627 47 message_test: Skip # Issue 12627
48 48
49 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
52 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. 52 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI.
53 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. 53 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
54 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. 54 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
55 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. 55 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
56 issue_12474_test: SkipByDesign # Test uses a ".dart" URI.
56 message3_test/constList: RuntimeError # Issue 21817 57 message3_test/constList: RuntimeError # Issue 21817
57 message3_test/constList_identical: RuntimeError # Issue 21817 58 message3_test/constList_identical: RuntimeError # Issue 21817
58 message3_test/constMap: RuntimeError # Issue 21817 59 message3_test/constMap: RuntimeError # Issue 21817
59 message3_test/constInstance: RuntimeError # Issue 21817 60 message3_test/constInstance: RuntimeError # Issue 21817
60 61
61 [ $compiler == dart2js && $jscl ] 62 [ $compiler == dart2js && $jscl ]
62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 63 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
63 64
64 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 65 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
65 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 66 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
66 67
67 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 68 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
68 69
69 [ $compiler == dart2dart ] 70 [ $compiler == dart2dart ]
70 illegal_msg_mirror_test: RuntimeError # Issue 16548 71 illegal_msg_mirror_test: RuntimeError # Issue 16548
71 spawn_uri_multi_test/none: RuntimeError # Issue 16549 72 spawn_uri_multi_test/none: RuntimeError # Issue 16549
72 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 73 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
73 spawn_uri_test: RuntimeError # Issue 16549 74 spawn_uri_test: RuntimeError # Issue 16549
74 spawn_uri_vm_test: RuntimeError # Issue 16549 75 spawn_uri_vm_test: RuntimeError # Issue 16549
75 spawn_uri_exported_main_test: RuntimeError # Issue 16549 76 spawn_uri_exported_main_test: RuntimeError # Issue 16549
76 issue_21398_parent_isolate_test: RuntimeError # Issue 16549 77 issue_21398_parent_isolate_test: RuntimeError # Issue 16549
77 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549 78 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549
78 issue_21398_parent_isolate2_test: Skip # Not implemented yet 79 issue_21398_parent_isolate2_test: Skip # Not implemented yet
80 issue_12474_test: Skip # Not implemented yet
79 81
80 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 82 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
81 isolate_stress_test: Pass, Slow # Issue 10697 83 isolate_stress_test: Pass, Slow # Issue 10697
82 84
83 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 85 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
84 unresolved_ports_test: Pass, Timeout # Issue 15610 86 unresolved_ports_test: Pass, Timeout # Issue 15610
85 87
86 [ $compiler == none && $runtime == drt ] 88 [ $compiler == none && $runtime == drt ]
87 spawn_uri_nested_vm_test: Skip # Issue 14463 89 spawn_uri_nested_vm_test: Skip # Issue 14463
88 90
(...skipping 22 matching lines...) Expand all
111 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 113 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649
112 spawn_uri_missing_test: SkipSlow # Times out. 114 spawn_uri_missing_test: SkipSlow # Times out.
113 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 115 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
114 116
115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 117 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
116 browser/typed_data_message_test: StaticWarning 118 browser/typed_data_message_test: StaticWarning
117 mint_maker_test: StaticWarning 119 mint_maker_test: StaticWarning
118 120
119 [ $compiler != none || $runtime != vm ] 121 [ $compiler != none || $runtime != vm ]
120 package_root_test: SkipByDesign # Uses dart:io. 122 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW
« no previous file with comments | « tests/isolate/browser/package/issue_12474_lib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698