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

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

Issue 23494066: Automatically converted general Fail status file markers to one of the more specific markers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
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 && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293
7 list_test: Pass, Fail # v8 bug: Issue 12293 7 list_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 9
10 [ $compiler == none ] 10 [ $compiler == none ]
(...skipping 20 matching lines...) Expand all
31 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.
32 collection_length_test: Pass, Timeout # Issue 12844 32 collection_length_test: Pass, Timeout # Issue 12844
33 33
34 [ $runtime == opera ] 34 [ $runtime == opera ]
35 core_runtime_types_test: Fail 35 core_runtime_types_test: Fail
36 null_nosuchmethod_test: Fail # Issue: 7413 36 null_nosuchmethod_test: Fail # Issue: 7413
37 date_time7_test: Fail 37 date_time7_test: Fail
38 unicode_test: Fail 38 unicode_test: Fail
39 39
40 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
41 error_stack_trace1_test: Fail # Issue 12399 41 error_stack_trace1_test: RuntimeError # Issue 12399
42 42
43 big_integer_vm_test: Fail, OK # VM specific test. 43 big_integer_vm_test: RuntimeError, OK # VM specific test.
44 bit_twiddling_bigint_test: Fail # Requires bigint support. 44 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
45 compare_to2_test: Fail, OK # Requires bigint support. 45 compare_to2_test: RuntimeError, OK # Requires bigint support.
46 string_base_vm_test: Fail, OK # VM specific test. 46 string_base_vm_test: RuntimeError, OK # VM specific test.
47 47
48 [ $compiler == dart2js && $runtime == none ] 48 [ $compiler == dart2js && $runtime == none ]
49 *: Fail, Pass # TODO(ahe): Triage these tests. 49 *: Fail, Pass # TODO(ahe): Triage these tests.
50 50
51 [ $compiler == dart2js && $runtime == ie9 ] 51 [ $compiler == dart2js && $runtime == ie9 ]
52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
54 list_test: Fail # IE doesn't support typed data. 54 list_test: Fail # IE doesn't support typed data.
55 55
56 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 56 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
57 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 57 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
58 58
59 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 59 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
60 60
61 [ $compiler == dart2dart ] 61 [ $compiler == dart2dart ]
62 compare_to2_test: Fail # inherited from VM 62 compare_to2_test: Fail # inherited from VM
63 unicode_test: Fail # inherited from VM 63 unicode_test: Fail # inherited from VM
64 64
65 65
66 # Library changes 66 # Library changes
67 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 67 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
68 map_keys2_test: Fail # Generic types aren't right. 68 map_keys2_test: Fail # Generic types aren't right.
69 69
70 [ $compiler == dart2js ] 70 [ $compiler == dart2js ]
71 map_values2_test: Fail # Generic types aren't right 71 map_values2_test: RuntimeError # Generic types aren't right
72 72
73 ## Tests failing after merge of experimental library branch. 73 ## Tests failing after merge of experimental library branch.
74 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
75 # Tests fail due to bug in generics on constants, issue 6827 75 # Tests fail due to bug in generics on constants, issue 6827
76 iterable_to_list_test: Fail 76 iterable_to_list_test: RuntimeError
77 iterable_to_set_test: Fail 77 iterable_to_set_test: RuntimeError
78 78
79 [ $compiler == dart2dart && $minified ] 79 [ $compiler == dart2dart && $minified ]
80 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 80 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
81 81
82 [ $compiler == dartanalyzer ] 82 [ $compiler == dartanalyzer ]
83 symbol_test/02: Fail 83 symbol_test/02: Fail
84 symbol_test/03: Fail 84 symbol_test/03: Fail
85 int_parse_radix_test: fail 85 int_parse_radix_test: fail
86 list_insert_test: fail 86 list_insert_test: fail
87 list_removeat_test: fail 87 list_removeat_test: fail
(...skipping 12 matching lines...) Expand all
100 collection_to_string_test: Pass, Crash # Issue: 11207 100 collection_to_string_test: Pass, Crash # Issue: 11207
101 101
102 [ $arch == simmips ] 102 [ $arch == simmips ]
103 int_parse_radix_test: Skip # Timeout 103 int_parse_radix_test: Skip # Timeout
104 104
105 [ $arch == simmips && $checked ] 105 [ $arch == simmips && $checked ]
106 collection_length_test: Pass, Timeout 106 collection_length_test: Pass, Timeout
107 107
108 [ $arch == simmips && $mode == debug ] 108 [ $arch == simmips && $mode == debug ]
109 collection_to_string_test: Pass, Crash # Issue: 11207 109 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698