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

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

Issue 12434003: Add failing global error handling test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/isolate/global_error_handler_test.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 ] 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 ports_compilation_browser_test: Skip # browser specific test 11 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 12 timer_not_available_test: Fail, OK # only meant to test when there is no way to
13 # implement timer (currently only in d8) 13 # implement timer (currently only in d8)
14 timer_isolate_test: Skip # See Issue 4997 14 timer_isolate_test: Skip # See Issue 4997
15 unresolved_ports_negative_test: Skip # See Issue 6839 15 unresolved_ports_negative_test: Skip # See Issue 6839
16 global_error_handler_test: Fail # See Issue 9013.
16 17
17 [ $compiler == none && $runtime == drt ] 18 [ $compiler == none && $runtime == drt ]
18 isolate2_negative_test: Skip # Inherited from VM. 19 isolate2_negative_test: Skip # Inherited from VM.
19 isolate3_negative_test: Skip # Inherited from VM. 20 isolate3_negative_test: Skip # Inherited from VM.
20 serialization_test: Skip # tests dart2js-specific serialization code 21 serialization_test: Skip # tests dart2js-specific serialization code
21 spawn_uri_test: Skip # uses a .js extension (not for dartium) 22 spawn_uri_test: Skip # uses a .js extension (not for dartium)
22 spawn_uri_negative_test: Skip # ditto 23 spawn_uri_negative_test: Skip # ditto
23 spawn_uri_vm_test: Skip # not implemented in dartium yet. 24 spawn_uri_vm_test: Skip # not implemented in dartium yet.
24 spawn_uri_vm_negative_test: Skip 25 spawn_uri_vm_negative_test: Skip
25 timer_isolate_test: Skip # See Issue 4997 26 timer_isolate_test: Skip # See Issue 4997
26 timer_not_available_test: Skip # only meant to test when there is no way to 27 timer_not_available_test: Skip # only meant to test when there is no way to
27 # implement timer (currently only in d8) 28 # implement timer (currently only in d8)
28 29
29 [ $compiler == dartc ] 30 [ $compiler == dartc ]
30 isolate_negative_test: Fail # status change with --check-only 31 isolate_negative_test: Fail # status change with --check-only
31 isolate2_negative_test: Fail # status change with --check-only 32 isolate2_negative_test: Fail # status change with --check-only
32 spawn_function_negative_test: Fail, OK # Fails at runtime. 33 spawn_function_negative_test: Fail, OK # Fails at runtime.
33 spawn_uri_negative_test: Fail, OK # Fails at runtime. 34 spawn_uri_negative_test: Fail, OK # Fails at runtime.
34 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 35 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
35 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 36 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
36 37
37 # test issue 6512 38 # test issue 6512
38 isolate2_negative_test: Pass 39 isolate2_negative_test: Pass
39 compute_this_script_browser_test: Pass 40 compute_this_script_browser_test: Pass
40 41
41 42
42 [ $compiler == dart2js ] 43 [ $compiler == dart2js ]
43 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 44 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
44 illegal_msg_test: Fail # Issue 6750 45 illegal_msg_test: Fail # Issue 6750
46 global_error_handler_test: Fail # http://dartbug.com/9012
45 47
46 [ $runtime == safari ] 48 [ $runtime == safari ]
47 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 49 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
48 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 50 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
49 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 51 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
50 message_test: Skip 52 message_test: Skip
51 53
52 [ $runtime == ff ] 54 [ $runtime == ff ]
53 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 55 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
54 multiple_timer_test: Pass, Fail 56 multiple_timer_test: Pass, Fail
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 *: Skip 119 *: Skip
118 120
119 [ $arch == simarm ] 121 [ $arch == simarm ]
120 *: Skip 122 *: Skip
121 123
122 [ $arch == mips ] 124 [ $arch == mips ]
123 *: Skip 125 *: Skip
124 126
125 [ $arch == simmips ] 127 [ $arch == simmips ]
126 *: Skip 128 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/global_error_handler_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698