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

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

Issue 13962004: adjust location of URI helper files for spawn_uri tests in the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | tests/isolate/spawn_uri_nested_child1_vm_isolate.dart » ('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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94 07 6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94 07
7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940 7 7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940 7
8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407
(...skipping 16 matching lines...) Expand all
27 27
28 [ $runtime == vm && $system == windows ] 28 [ $runtime == vm && $system == windows ]
29 timer_test: Pass, Fail # See Issue 5133 29 timer_test: Pass, Fail # See Issue 5133
30 30
31 [ $compiler == none && $runtime == drt ] 31 [ $compiler == none && $runtime == drt ]
32 isolate2_negative_test: Skip # Inherited from VM. 32 isolate2_negative_test: Skip # Inherited from VM.
33 isolate3_negative_test: Skip # Inherited from VM. 33 isolate3_negative_test: Skip # Inherited from VM.
34 serialization_test: Skip # tests dart2js-specific serialization code 34 serialization_test: Skip # tests dart2js-specific serialization code
35 spawn_uri_test: Skip # uses a .js extension (not for dartium) 35 spawn_uri_test: Skip # uses a .js extension (not for dartium)
36 spawn_uri_negative_test: Skip # ditto 36 spawn_uri_negative_test: Skip # ditto
37 spawn_uri_vm_test: Skip # not implemented in dartium yet.
38 spawn_uri_nested_vm_test: Skip # not implemented in dartium yet.
39 spawn_uri_vm_negative_test: Skip
40 37
41 [ $compiler == dartc ] 38 [ $compiler == dartc ]
42 isolate_negative_test: Fail # status change with --check-only 39 isolate_negative_test: Fail # status change with --check-only
43 isolate2_negative_test: Fail # status change with --check-only 40 isolate2_negative_test: Fail # status change with --check-only
44 spawn_function_negative_test: Fail, OK # Fails at runtime. 41 spawn_function_negative_test: Fail, OK # Fails at runtime.
45 spawn_uri_negative_test: Fail, OK # Fails at runtime. 42 spawn_uri_negative_test: Fail, OK # Fails at runtime.
46 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 43 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
47 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 44 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
48 45
49 # test issue 6512 46 # test issue 6512
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 *: Skip 82 *: Skip
86 83
87 [ $runtime == safari && ($system == linux || $system == windows) ] 84 [ $runtime == safari && ($system == linux || $system == windows) ]
88 *: Skip 85 *: Skip
89 86
90 [ $runtime == opera ] 87 [ $runtime == opera ]
91 isolate2_negative_test: Skip # Timeout. 88 isolate2_negative_test: Skip # Timeout.
92 unresolved_ports_negative_test: Skip # See Issue 6839 89 unresolved_ports_negative_test: Skip # See Issue 6839
93 90
94 [ $compiler == dart2js && $browser ] 91 [ $compiler == dart2js && $browser ]
95 spawn_uri_test: Skip # dart2js does not support spawnUri yet
96 spawn_uri_negative_test: Skip # ditto
97 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 92 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
98 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m. 93 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v m.
99 spawn_uri_vm_negative_test: Skip # ditto above. 94 spawn_uri_vm_negative_test: Skip # ditto above.
100 isolate2_negative_test: Fail, Pass # Issue 7769 95 isolate2_negative_test: Fail, Pass # Issue 7769
101 96
102 [ $compiler == dart2js && $jscl ] 97 [ $compiler == dart2js && $jscl ]
103 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) 98 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8)
104 spawn_uri_test: Fail, OK # loading another file is not supported in d8 99 spawn_uri_test: Fail, OK # loading another file is not supported in d8
105 spawn_uri_vm_negative_test: Skip # ditto above. 100 spawn_uri_vm_negative_test: Skip # ditto above.
106 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 101 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
(...skipping 18 matching lines...) Expand all
125 *: Skip 120 *: Skip
126 121
127 [ $arch == simarm ] 122 [ $arch == simarm ]
128 *: Skip 123 *: Skip
129 124
130 [ $arch == mips ] 125 [ $arch == mips ]
131 *: Skip 126 *: Skip
132 127
133 [ $arch == simmips ] 128 [ $arch == simmips ]
134 *: Skip 129 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/isolate/spawn_uri_nested_child1_vm_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698