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

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

Issue 1246823002: Fix build: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « tests/isolate/exit_at_spawnuri_test.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 ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 45 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
46 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 46 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
47 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. 47 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI.
48 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. 48 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
49 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. 49 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
50 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. 50 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
51 function_send1_test: SkipByDesign # Test uses a ".dart" URI. 51 function_send1_test: SkipByDesign # Test uses a ".dart" URI.
52 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 52 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
53 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 53 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
54 eexit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 54 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
55 message3_test/constList: RuntimeError # Issue 21817 55 message3_test/constList: RuntimeError # Issue 21817
56 message3_test/constList_identical: RuntimeError # Issue 21817 56 message3_test/constList_identical: RuntimeError # Issue 21817
57 message3_test/constMap: RuntimeError # Issue 21817 57 message3_test/constMap: RuntimeError # Issue 21817
58 message3_test/constInstance: RuntimeError # Issue 21817 58 message3_test/constInstance: RuntimeError # Issue 21817
59 browser/issue_12474_test: CompileTimeError # Issue 22529 59 browser/issue_12474_test: CompileTimeError # Issue 22529
60 enum_const_test/02: RuntimeError # Issue 21817 60 enum_const_test/02: RuntimeError # Issue 21817
61 error_exit_at_spawn_test: Fail # Issue 23876
62 error_at_spawn_test: Fail # Issue 23876
63 exit_at_spawn_test: Fail # Issue 23876
61 64
62 [ $compiler == dart2js && $jscl ] 65 [ $compiler == dart2js && $jscl ]
63 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 66 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
64 67
65 [ $csp ] 68 [ $csp ]
66 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode 69 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode
67 70
68 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 71 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
69 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 72 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
70 73
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 119 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
117 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 120 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
118 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su pport spawnFunction 121 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su pport spawnFunction
119 deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup port spawnFunction 122 deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup port spawnFunction
120 bool_from_environment_default_value_test: Skip 123 bool_from_environment_default_value_test: Skip
121 int_from_environment_default_value_test: Skip 124 int_from_environment_default_value_test: Skip
122 string_from_environment_default_value_test: Skip 125 string_from_environment_default_value_test: Skip
123 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn Function 126 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn Function
124 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct ion 127 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct ion
125 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti on 128 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti on
129 error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support sp awnFunction
130 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu nction
131 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun ction
132
126 133
127 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 134 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
128 browser/typed_data_message_test: StaticWarning 135 browser/typed_data_message_test: StaticWarning
129 mint_maker_test: StaticWarning 136 mint_maker_test: StaticWarning
130 137
131 [ $compiler != none || $runtime != vm ] 138 [ $compiler != none || $runtime != vm ]
132 package_root_test: SkipByDesign # Uses dart:io. 139 package_root_test: SkipByDesign # Uses dart:io.
133 140
134 [ $compiler == dart2js && $cps_ir ] 141 [ $compiler == dart2js && $cps_ir ]
135 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented 142 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented
136 isolate_current_test: RuntimeError # Please triage this failure. 143 isolate_current_test: RuntimeError # Please triage this failure.
137 message3_test/byteBuffer: RuntimeError # Please triage this failure. 144 message3_test/byteBuffer: RuntimeError # Please triage this failure.
138 message3_test/fun: RuntimeError # Please triage this failure. 145 message3_test/fun: RuntimeError # Please triage this failure.
139 message3_test/int32x4: RuntimeError # Please triage this failure. 146 message3_test/int32x4: RuntimeError # Please triage this failure.
140 message3_test/none: RuntimeError # Please triage this failure. 147 message3_test/none: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/isolate/exit_at_spawnuri_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698