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

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

Issue 12942009: Mark v8-bug affected tests as crashing. (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/html/html.status ('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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
6 mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407 6 mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
7 message_test: Fail # Bug in v8, http://dartbug.com/9407 7 message_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
8 nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407 8 nested_spawn_stream2_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
9 count_test: Fail # Bug in v8, http://dartbug.com/9407 9 count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
10 count_stream_test: Fail # Bug in v8, http://dartbug.com/9407 10 count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
11 mandel_isolate_test: Fail # Bug in v8, http://dartbug.com/9407 11 mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
12 mint_maker_test: Fail # Bug in v8, http://dartbug.com/9407 12 mint_maker_test: Fail, Crash # Bug in v8, http://dartbug.com/9407
13 13
14 14
15 [ $runtime == vm ] 15 [ $runtime == vm ]
16 isolate2_negative_test: Skip # Need to resolve correct behaviour. 16 isolate2_negative_test: Skip # Need to resolve correct behaviour.
17 isolate3_negative_test: Skip # test depends on isolate error exiting process. 17 isolate3_negative_test: Skip # test depends on isolate error exiting process.
18 serialization_test: Skip # tests dart2js-specific serialization code 18 serialization_test: Skip # tests dart2js-specific serialization code
19 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 19 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
20 compute_this_script_browser_test: Skip # browser specific test 20 compute_this_script_browser_test: Skip # browser specific test
21 compute_this_script_browser_stream_test: Skip # browser specific test 21 compute_this_script_browser_stream_test: Skip # browser specific test
22 ports_compilation_browser_test: Skip # browser specific test 22 ports_compilation_browser_test: Skip # browser specific test
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 *: Skip 121 *: Skip
122 122
123 [ $arch == simarm ] 123 [ $arch == simarm ]
124 *: Skip 124 *: Skip
125 125
126 [ $arch == mips ] 126 [ $arch == mips ]
127 *: Skip 127 *: Skip
128 128
129 [ $arch == simmips ] 129 [ $arch == simmips ]
130 *: Skip 130 *: Skip
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698