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

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

Issue 18259008: Correct status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | 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 == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
11 11
12 symbol_test/01: Fail 12 symbol_test/01: Fail
13 symbol_test/02: Fail 13 symbol_test/02: Fail
14 symbol_test/03: Fail 14 symbol_test/03: Fail
15 15
16 error_stack_trace_test: Fail # Bug http://dartbug.com/11680
17 error_stack_trace2_test: Fail # Bug 5802
18
16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 19 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
17 unicode_test: Fail 20 unicode_test: Fail
18 21
19 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 22 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
20 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 23 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
21 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 24 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
22 25
23 [ $runtime == ie9 ] 26 [ $runtime == ie9 ]
24 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 27 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
25 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 28 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
26 29
27 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ] 30 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
28 string_trim_unicode_test: Fail # V8 bug 2408 31 string_trim_unicode_test: Fail # V8 bug 2408
29 32
30 [ $runtime == opera ] 33 [ $runtime == opera ]
31 core_runtime_types_test: Fail 34 core_runtime_types_test: Fail
32 null_nosuchmethod_test: Fail # Issue: 7413 35 null_nosuchmethod_test: Fail # Issue: 7413
33 date_time7_test: Fail 36 date_time7_test: Fail
34 unicode_test: Fail 37 unicode_test: Fail
35 38
36 [ $runtime == ie9 && ($system == linux || $system == macos) ] 39 [ $runtime == ie9 && ($system == linux || $system == macos) ]
37 *: Skip 40 *: Skip
38 41
39 [ $runtime == safari && ($system == linux || $system == windows) ] 42 [ $runtime == safari && ($system == linux || $system == windows) ]
40 *: Skip 43 *: Skip
41 44
42 [ $runtime == vm ] 45 [ $runtime == vm ]
43 string_trim_unicode_test: Fail # Bug 6569 46 string_trim_unicode_test: Fail # Bug 6569
44 error_stack_trace_test: Fail # Bug http://dartbug.com/11680
45 error_stack_trace2_test: Fail # Bug 5802
46 47
47 [ $compiler == dart2js ] 48 [ $compiler == dart2js ]
48 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 49 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
49 math_test: Fail # issue 3333 50 math_test: Fail # issue 3333
50 surrogate_pair_toUpper_test: Fail # Issue 6707 51 surrogate_pair_toUpper_test: Fail # Issue 6707
51 52
52 big_integer_vm_test: Fail, OK # VM specific test. 53 big_integer_vm_test: Fail, OK # VM specific test.
53 compare_to2_test: Fail, OK # Requires bigint support. 54 compare_to2_test: Fail, OK # Requires bigint support.
54 string_base_vm_test: Fail, OK # VM specific test. 55 string_base_vm_test: Fail, OK # VM specific test.
55 56
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 120
120 [ $arch == simmips ] 121 [ $arch == simmips ]
121 int_parse_radix_test: Skip # Timeout 122 int_parse_radix_test: Skip # Timeout
122 123
123 [ $arch == simmips && $checked ] 124 [ $arch == simmips && $checked ]
124 hash_map2_test: Crash # Too far PC relative branch. 125 hash_map2_test: Crash # Too far PC relative branch.
125 collection_length_test: Pass, Timeout 126 collection_length_test: Pass, Timeout
126 127
127 [ $arch == simmips && $mode == debug ] 128 [ $arch == simmips && $mode == debug ]
128 collection_to_string_test: Pass, Crash # Issue: 11207 129 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698