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

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

Issue 22889002: Fix minor bug which was causing throw of Null to not be recognized properly. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | « runtime/vm/exceptions.cc ('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 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293
9 list_test: Pass, Fail # v8 bug: Issue 12293 9 list_test: Pass, Fail # v8 bug: Issue 12293
10 10
11 11
12 [ $compiler == none ] 12 [ $compiler == none ]
13 unicode_test: Fail # Bug 6706 13 unicode_test: Fail # Bug 6706
14 *dartc_test: Skip 14 *dartc_test: Skip
15 compare_to2_test: Fail # Bug 4018 15 compare_to2_test: Fail # Bug 4018
16 16
17 symbol_test/01: Fail, Pass # bug 11669 17 symbol_test/01: Fail, Pass # bug 11669
18 symbol_test/02: Fail, Pass # bug 11669 18 symbol_test/02: Fail, Pass # bug 11669
19 symbol_test/03: Fail, Pass # bug 11669 19 symbol_test/03: Fail, Pass # bug 11669
20 20
21 [ $compiler == none || $compiler == dart2dart ] 21 [ $compiler == none || $compiler == dart2dart ]
22 symbol_test/none: Fail # bug 11669 22 symbol_test/none: Fail # bug 11669
23 error_stack_trace_test: Fail # Bug http://dartbug.com/11680
24 error_stack_trace2_test: Fail # Bug 5802 23 error_stack_trace2_test: Fail # Bug 5802
25 24
26 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 25 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
27 unicode_test: Fail 26 unicode_test: Fail
28 27
29 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 28 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
30 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 29 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
31 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 30 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
32 31
33 [ $runtime == ie9 ] 32 [ $runtime == ie9 ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 *: Skip 115 *: Skip
117 116
118 [ $arch == simmips ] 117 [ $arch == simmips ]
119 int_parse_radix_test: Skip # Timeout 118 int_parse_radix_test: Skip # Timeout
120 119
121 [ $arch == simmips && $checked ] 120 [ $arch == simmips && $checked ]
122 collection_length_test: Pass, Timeout 121 collection_length_test: Pass, Timeout
123 122
124 [ $arch == simmips && $mode == debug ] 123 [ $arch == simmips && $mode == debug ]
125 collection_to_string_test: Pass, Crash # Issue: 11207 124 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698