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

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

Issue 12919011: Remove streamSpawnUri and mangler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 9 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 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate3_negative_test: Skip # test depends on isolate error exiting process.
8 serialization_test: Skip # tests dart2js-specific serialization code 8 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
10 compute_this_script_browser_test: Skip # browser specific test 10 compute_this_script_browser_test: Skip # browser specific test
11 compute_this_script_browser_stream_test: Skip # browser specific test
11 ports_compilation_browser_test: Skip # browser specific test 12 ports_compilation_browser_test: Skip # browser specific test
12 timer_not_available_test: Fail, OK # only meant to test when there is no way to 13 timer_not_available_test: Fail, OK # only meant to test when there is no way to
13 # implement timer (currently only in d8) 14 # implement timer (currently only in d8)
14 timer_isolate_test: Skip # See Issue 4997 15 timer_isolate_test: Skip # See Issue 4997
15 unresolved_ports_negative_test: Skip # See Issue 6839 16 unresolved_ports_negative_test: Skip # See Issue 6839
16 global_error_handler_test: Fail # See Issue 9013. 17 global_error_handler_test: Fail # See Issue 9013.
18 global_error_handler_stream_test: Fail # See Issue 9013.
17 19
18 [ $compiler == none && $runtime == drt ] 20 [ $compiler == none && $runtime == drt ]
19 isolate2_negative_test: Skip # Inherited from VM. 21 isolate2_negative_test: Skip # Inherited from VM.
20 isolate3_negative_test: Skip # Inherited from VM. 22 isolate3_negative_test: Skip # Inherited from VM.
21 serialization_test: Skip # tests dart2js-specific serialization code 23 serialization_test: Skip # tests dart2js-specific serialization code
22 spawn_uri_test: Skip # uses a .js extension (not for dartium) 24 spawn_uri_test: Skip # uses a .js extension (not for dartium)
23 spawn_uri_negative_test: Skip # ditto 25 spawn_uri_negative_test: Skip # ditto
24 spawn_uri_vm_test: Skip # not implemented in dartium yet. 26 spawn_uri_vm_test: Skip # not implemented in dartium yet.
25 spawn_uri_vm_negative_test: Skip 27 spawn_uri_vm_negative_test: Skip
26 timer_isolate_test: Skip # See Issue 4997 28 timer_isolate_test: Skip # See Issue 4997
27 timer_not_available_test: Skip # only meant to test when there is no way to 29 timer_not_available_test: Skip # only meant to test when there is no way to
28 # implement timer (currently only in d8) 30 # implement timer (currently only in d8)
29 global_error_handler_test: Fail # See Issue 9013.
30 31
31 [ $compiler == dartc ] 32 [ $compiler == dartc ]
32 isolate_negative_test: Fail # status change with --check-only 33 isolate_negative_test: Fail # status change with --check-only
33 isolate2_negative_test: Fail # status change with --check-only 34 isolate2_negative_test: Fail # status change with --check-only
34 spawn_function_negative_test: Fail, OK # Fails at runtime. 35 spawn_function_negative_test: Fail, OK # Fails at runtime.
35 spawn_uri_negative_test: Fail, OK # Fails at runtime. 36 spawn_uri_negative_test: Fail, OK # Fails at runtime.
36 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 37 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
37 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 38 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
38 39
39 # test issue 6512 40 # test issue 6512
40 isolate2_negative_test: Pass 41 isolate2_negative_test: Pass
41 compute_this_script_browser_test: Pass 42 compute_this_script_browser_test: Pass
42 43
43 44
45 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
46 illegal_msg_stream_test: Fail # Issue 6750
47
44 [ $compiler == dart2js ] 48 [ $compiler == dart2js ]
45 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 49 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
46 illegal_msg_test: Fail # Issue 6750 50 illegal_msg_test: Fail # Issue 6750
51 stream_mangling_test: Fail # Issue 9245
47 52
48 [ $compiler == dart2js ]
49 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 53 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
54 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024
55 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024
56 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024
50 57
51 [ $runtime == safari ] 58 [ $runtime == safari ]
52 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 59 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
53 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 60 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
54 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 61 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
55 message_test: Skip 62 message_test: Skip
56 63
57 [ $runtime == ff ] 64 [ $runtime == ff ]
58 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 65 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
59 multiple_timer_test: Pass, Fail 66 multiple_timer_test: Pass, Fail
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 *: Skip 129 *: Skip
123 130
124 [ $arch == simarm ] 131 [ $arch == simarm ]
125 *: Skip 132 *: Skip
126 133
127 [ $arch == mips ] 134 [ $arch == mips ]
128 *: Skip 135 *: Skip
129 136
130 [ $arch == simmips ] 137 [ $arch == simmips ]
131 *: Skip 138 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/illegal_msg_stream_test.dart ('k') | tests/isolate/isolate_complex_messages_stream_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698