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

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

Issue 24730002: Automatically append ".js" on spawnUri if we are running in JavaScript. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove todo. Created 7 years, 2 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
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 unresolved_ports_negative_test: Skip # Issue 6839 7 unresolved_ports_negative_test: Skip # Issue 6839
8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 8 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
11 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 11 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
12 spawn_uri_test: SkipByDesign # Test uses a ".js" URI.
13 spawn_uri_negative_test: SkipByDesign # Test uses a ".js" URI.
14 isolate2_negative_test: Skip # Issue 12587. 12 isolate2_negative_test: Skip # Issue 12587.
15 isolate3_negative_test: Skip # Issue 12587. 13 isolate3_negative_test: Skip # Issue 12587.
16 14
17 [ $analyzer ] 15 [ $analyzer ]
18 isolate2_negative_test: Fail 16 isolate2_negative_test: Fail
19 isolate_negative_test: Fail 17 isolate_negative_test: Fail
20 spawn_function_negative_test: Fail 18 spawn_function_negative_test: Fail
21 spawn_uri_negative_test: Fail 19 spawn_uri_negative_test: Fail
22 spawn_uri_vm_negative_test: Fail 20 spawn_uri_vm_negative_test: Fail
23 unresolved_ports_negative_test: Fail 21 unresolved_ports_negative_test: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 90 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
93 91
94 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 92 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
95 isolate_stress_test: Pass, Slow # Issue 10697 93 isolate_stress_test: Pass, Slow # Issue 10697
96 94
97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
98 isolate_stress_test: Skip # Issue 12537 96 isolate_stress_test: Skip # Issue 12537
99 97
100 [ $csp ] 98 [ $csp ]
101 spawn_uri_negative_test: Fail # http://dartbug.com/13454 99 spawn_uri_negative_test: Fail # http://dartbug.com/13454
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698