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

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

Issue 1563183005: dart2js cps: Update status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Mark as flaky Created 4 years, 11 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 | « no previous file | tests/language/language_dart2js.status » ('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 || $runtime == dart_precompiled) ] 5 [ ($runtime == vm || $runtime == dart_precompiled) ]
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. 51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
52 message3_test/constList: RuntimeError # Issue 21817 52 message3_test/constList: RuntimeError # Issue 21817
53 message3_test/constList_identical: RuntimeError # Issue 21817 53 message3_test/constList_identical: RuntimeError # Issue 21817
54 message3_test/constMap: RuntimeError # Issue 21817 54 message3_test/constMap: RuntimeError # Issue 21817
55 message3_test/constInstance: RuntimeError # Issue 21817 55 message3_test/constInstance: RuntimeError # Issue 21817
56 browser/issue_12474_test: CompileTimeError # Issue 22529 56 browser/issue_12474_test: CompileTimeError # Issue 22529
57 enum_const_test/02: RuntimeError # Issue 21817 57 enum_const_test/02: RuntimeError # Issue 21817
58 58
59 [ $compiler == dart2js && $cps_ir ]
60 isolate_current_test: RuntimeError # Please triage this failure.
61
59 [ $compiler == dart2js && $runtime != d8 ] 62 [ $compiler == dart2js && $runtime != d8 ]
60 error_exit_at_spawn_test: Skip # Issue 23876 63 error_exit_at_spawn_test: Skip # Issue 23876
61 error_at_spawn_test: Skip # Issue 23876 64 error_at_spawn_test: Skip # Issue 23876
62 exit_at_spawn_test: Skip # Issue 23876 65 exit_at_spawn_test: Skip # Issue 23876
63 66
64 [ $compiler == dart2js && $jscl ] 67 [ $compiler == dart2js && $jscl ]
65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 68 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
66 69
67 [ $csp ] 70 [ $csp ]
68 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode 71 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 174 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
172 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
173 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 176 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
174 spawn_uri_test: Skip # Isolate.spawnUri 177 spawn_uri_test: Skip # Isolate.spawnUri
175 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 178 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
176 deferred_in_isolate_test: Skip # Isolate.spawnUri 179 deferred_in_isolate_test: Skip # Isolate.spawnUri
177 spawn_uri_multi_test: Skip # Isolate.spawnUri 180 spawn_uri_multi_test: Skip # Isolate.spawnUri
178 spawn_uri_vm_test: Skip # Isolate.spawnUri 181 spawn_uri_vm_test: Skip # Isolate.spawnUri
179 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 182 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
180 error_at_spawnuri_test: Skip # Isolate.spawnUri 183 error_at_spawnuri_test: Skip # Isolate.spawnUri
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698