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

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

Issue 18652002: Revert "Relax method override restrictions." (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 | « runtime/vm/object.cc ('k') | tests/corelib/method_override2_test.dart » ('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 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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 *: Skip 44 *: Skip
45 45
46 [ $runtime == vm ] 46 [ $runtime == vm ]
47 string_trim_unicode_test: Fail # Bug 6569 47 string_trim_unicode_test: Fail # Bug 6569
48 48
49 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
50 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 50 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
51 math_test: Fail # issue 3333 51 math_test: Fail # issue 3333
52 surrogate_pair_toUpper_test: Fail # Issue 6707 52 surrogate_pair_toUpper_test: Fail # Issue 6707
53 53
54 method_override3_test: Fail # Issue 11496
55
56 big_integer_vm_test: Fail, OK # VM specific test. 54 big_integer_vm_test: Fail, OK # VM specific test.
57 compare_to2_test: Fail, OK # Requires bigint support. 55 compare_to2_test: Fail, OK # Requires bigint support.
58 string_base_vm_test: Fail, OK # VM specific test. 56 string_base_vm_test: Fail, OK # VM specific test.
59 57
60 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 58 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
61 59
62 error_stack_trace_test: Fail # Bug http://dartbug.com/11681 60 error_stack_trace_test: Fail # Bug http://dartbug.com/11681
63 error_stack_trace2_test: Fail # Bug http://dartbug.com/11681 61 error_stack_trace2_test: Fail # Bug http://dartbug.com/11681
64 62
65 [ $compiler == dart2js && $runtime == none ] 63 [ $compiler == dart2js && $runtime == none ]
(...skipping 30 matching lines...) Expand all
96 symbol_test/02: Fail 94 symbol_test/02: Fail
97 symbol_test/03: Fail 95 symbol_test/03: Fail
98 96
99 [ $compiler == dartanalyzer ] 97 [ $compiler == dartanalyzer ]
100 symbol_test/01: Fail 98 symbol_test/01: Fail
101 symbol_test/02: Fail 99 symbol_test/02: Fail
102 symbol_test/03: Fail 100 symbol_test/03: Fail
103 int_parse_radix_test: fail 101 int_parse_radix_test: fail
104 list_insert_test: fail 102 list_insert_test: fail
105 list_removeat_test: fail 103 list_removeat_test: fail
106 method_override_test: fail # issue 11497
107 104
108 [ $compiler == dart2analyzer ] 105 [ $compiler == dart2analyzer ]
109 symbol_test/01: Fail 106 symbol_test/01: Fail
110 symbol_test/02: Fail 107 symbol_test/02: Fail
111 symbol_test/03: Fail 108 symbol_test/03: Fail
112 int_parse_radix_test: fail 109 int_parse_radix_test: fail
113 list_insert_test: fail 110 list_insert_test: fail
114 list_removeat_test: fail 111 list_removeat_test: fail
115 112
116 [ $arch == arm ] 113 [ $arch == arm ]
117 collection_to_string_test: Pass, Crash # Issue: 11207 114 collection_to_string_test: Pass, Crash # Issue: 11207
118 115
119 [ $arch == simarm && $mode == debug ] 116 [ $arch == simarm && $mode == debug ]
120 collection_to_string_test: Pass, Crash # Issue: 11207 117 collection_to_string_test: Pass, Crash # Issue: 11207
121 118
122 [ $arch == mips ] 119 [ $arch == mips ]
123 *: Skip 120 *: Skip
124 121
125 [ $arch == simmips ] 122 [ $arch == simmips ]
126 int_parse_radix_test: Skip # Timeout 123 int_parse_radix_test: Skip # Timeout
127 124
128 [ $arch == simmips && $checked ] 125 [ $arch == simmips && $checked ]
129 hash_map2_test: Crash # Too far PC relative branch. 126 hash_map2_test: Crash # Too far PC relative branch.
130 collection_length_test: Pass, Timeout 127 collection_length_test: Pass, Timeout
131 128
132 [ $arch == simmips && $mode == debug ] 129 [ $arch == simmips && $mode == debug ]
133 collection_to_string_test: Pass, Crash # Issue: 11207 130 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/corelib/method_override2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698