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

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

Issue 1609943002: dart2js cps: Fix bug in pulling of assignments into a var. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update status file 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 | « pkg/compiler/lib/src/js_backend/codegen/codegen.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 || $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
62 [ $compiler == dart2js && $runtime != d8 ] 59 [ $compiler == dart2js && $runtime != d8 ]
63 error_exit_at_spawn_test: Skip # Issue 23876 60 error_exit_at_spawn_test: Skip # Issue 23876
64 error_at_spawn_test: Skip # Issue 23876 61 error_at_spawn_test: Skip # Issue 23876
65 exit_at_spawn_test: Skip # Issue 23876 62 exit_at_spawn_test: Skip # Issue 23876
66 63
67 [ $compiler == dart2js && $jscl ] 64 [ $compiler == dart2js && $jscl ]
68 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
69 66
70 [ $csp ] 67 [ $csp ]
71 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode 68 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 180 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
184 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 181 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
185 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 182 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
186 spawn_uri_test: Skip # Isolate.spawnUri 183 spawn_uri_test: Skip # Isolate.spawnUri
187 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 184 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
188 deferred_in_isolate_test: Skip # Isolate.spawnUri 185 deferred_in_isolate_test: Skip # Isolate.spawnUri
189 spawn_uri_multi_test: Skip # Isolate.spawnUri 186 spawn_uri_multi_test: Skip # Isolate.spawnUri
190 spawn_uri_vm_test: Skip # Isolate.spawnUri 187 spawn_uri_vm_test: Skip # Isolate.spawnUri
191 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 188 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
192 error_at_spawnuri_test: Skip # Isolate.spawnUri 189 error_at_spawnuri_test: Skip # Isolate.spawnUri
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698