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

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

Issue 23721006: test.py: Fixed incorrect handling of multitest in status files, status file cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | dart/tests/language/language_dart2js.status » ('j') | 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
6
7 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293
9 list_test: Pass, Fail # v8 bug: Issue 12293 7 list_test: Pass, Fail # v8 bug: Issue 12293
10 8
11 9
12 [ $compiler == none ] 10 [ $compiler == none ]
13 unicode_test: Fail # Bug 6706 11 unicode_test: Fail # Bug 6706
14 compare_to2_test: Fail # Bug 4018 12 compare_to2_test: Fail # Bug 4018
15 13
16 symbol_test/01: Fail, Pass # bug 11669 14 symbol_test/01: Fail, Pass # bug 11669
17 symbol_test/02: Fail, Pass # bug 11669 15 symbol_test/02: Fail, Pass # bug 11669
18 symbol_test/03: Fail, Pass # bug 11669 16 symbol_test/03: Fail, Pass # bug 11669
19 17
20 [ $compiler == none || $compiler == dart2dart ] 18 [ $compiler == none || $compiler == dart2dart ]
21 symbol_test/none: Fail # bug 11669 19 symbol_test/none: Fail # bug 11669
22 error_stack_trace2_test: Fail # Bug 5802 20 error_stack_trace2_test: Fail # Bug 5802
23 21
24 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 22 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
25 unicode_test: Fail 23 unicode_test: Fail
26 24
27 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 25 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
28 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 26 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
29 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 27 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
30 28
31 [ $runtime == ie9 ] 29 [ $runtime == ie9 ]
32 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 30 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
33 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 31 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
34 collection_length_test: Pass, Timeout # Issue 12844 32 collection_length_test: Pass, Timeout # Issue 12844
35 33
36
37 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
38 string_trim_unicode_test: Fail # V8 bug 2408
39
40 [ $runtime == opera ] 34 [ $runtime == opera ]
41 core_runtime_types_test: Fail 35 core_runtime_types_test: Fail
42 null_nosuchmethod_test: Fail # Issue: 7413 36 null_nosuchmethod_test: Fail # Issue: 7413
43 date_time7_test: Fail 37 date_time7_test: Fail
44 unicode_test: Fail 38 unicode_test: Fail
45 39
46 [ $runtime == vm ]
47 string_trim_unicode_test: Fail # Bug 6569
48
49 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
50 error_stack_trace1_test: Fail # Issue 12399 41 error_stack_trace1_test: Fail # Issue 12399
51 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
52 math_test: Fail # issue 3333
53 surrogate_pair_toUpper_test: Fail # Issue 6707
54 42
55 big_integer_vm_test: Fail, OK # VM specific test. 43 big_integer_vm_test: Fail, OK # VM specific test.
56 compare_to2_test: Fail, OK # Requires bigint support. 44 compare_to2_test: Fail, OK # Requires bigint support.
57 string_base_vm_test: Fail, OK # VM specific test. 45 string_base_vm_test: Fail, OK # VM specific test.
58 46
59 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
60
61 [ $compiler == dart2js && $runtime == none ] 47 [ $compiler == dart2js && $runtime == none ]
62 *: Fail, Pass # TODO(ahe): Triage these tests. 48 *: Fail, Pass # TODO(ahe): Triage these tests.
63 49
64 [ $compiler == dart2js && $runtime == ie9 ] 50 [ $compiler == dart2js && $runtime == ie9 ]
65 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 51 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
66 json_strict_test: Fail # IE parses slightly harmless no-standard JSON.
67 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 52 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
68 list_test: Fail # IE doesn't support typed data. 53 list_test: Fail # IE doesn't support typed data.
69 54
70 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 55 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
71 56
72 [ $compiler == dart2dart ] 57 [ $compiler == dart2dart ]
73 compare_to2_test: Fail # inherited from VM 58 compare_to2_test: Fail # inherited from VM
74 unicode_test: Fail # inherited from VM 59 unicode_test: Fail # inherited from VM
75 60
76 61
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ $arch == simarm && $mode == debug ] 95 [ $arch == simarm && $mode == debug ]
111 collection_to_string_test: Pass, Crash # Issue: 11207 96 collection_to_string_test: Pass, Crash # Issue: 11207
112 97
113 [ $arch == simmips ] 98 [ $arch == simmips ]
114 int_parse_radix_test: Skip # Timeout 99 int_parse_radix_test: Skip # Timeout
115 100
116 [ $arch == simmips && $checked ] 101 [ $arch == simmips && $checked ]
117 collection_length_test: Pass, Timeout 102 collection_length_test: Pass, Timeout
118 103
119 [ $arch == simmips && $mode == debug ] 104 [ $arch == simmips && $mode == debug ]
120 collection_to_string_test: Pass, Crash # Issue: 11207 105 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « no previous file | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698