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

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

Issue 51223004: Mark corelib/list_test/01 as failing on dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | tests/corelib/list_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 [ $compiler == none ] 5 [ $compiler == none ]
6 unicode_test: Fail # Bug 6706 6 unicode_test: Fail # Bug 6706
7 compare_to2_test: Fail # Bug 4018 7 compare_to2_test: Fail # Bug 4018
8 8
9 symbol_test/01: Fail, Pass # bug 11669 9 symbol_test/01: Fail, Pass # bug 11669
10 symbol_test/02: Fail, Pass # bug 11669 10 symbol_test/02: Fail, Pass # bug 11669
(...skipping 29 matching lines...) Expand all
40 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
41 error_stack_trace1_test: RuntimeError # Issue 12399 41 error_stack_trace1_test: RuntimeError # Issue 12399
42 hash_set_test/01: RuntimeError # Issue 11551 42 hash_set_test/01: RuntimeError # Issue 11551
43 43
44 big_integer_vm_test: RuntimeError, OK # VM specific test. 44 big_integer_vm_test: RuntimeError, OK # VM specific test.
45 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 45 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
46 compare_to2_test: RuntimeError, OK # Requires bigint support. 46 compare_to2_test: RuntimeError, OK # Requires bigint support.
47 string_base_vm_test: RuntimeError, OK # VM specific test. 47 string_base_vm_test: RuntimeError, OK # VM specific test.
48 nan_infinity_test/01: Fail # Issue 11551 48 nan_infinity_test/01: Fail # Issue 11551
49 49
50 list_test/01: RuntimeError # Issue 14616
51
50 [ $compiler == dart2js && $runtime == none ] 52 [ $compiler == dart2js && $runtime == none ]
51 *: Fail, Pass # TODO(ahe): Triage these tests. 53 *: Fail, Pass # TODO(ahe): Triage these tests.
52 54
53 [ $compiler == dart2js && $runtime == ie9 ] 55 [ $compiler == dart2js && $runtime == ie9 ]
54 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 56 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
55 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 57 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
56 list_test: Fail # IE doesn't support typed data. 58 list_test: Fail # IE doesn't support typed data.
57 shuffle_test: Fail # IE doesn't support typed data. 59 shuffle_test: Fail # IE doesn't support typed data.
58 60
59 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 117 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
116 collection_to_string_test: StaticWarning 118 collection_to_string_test: StaticWarning
117 error_stack_trace_test: StaticWarning 119 error_stack_trace_test: StaticWarning
118 iterable_element_at_test: StaticWarning 120 iterable_element_at_test: StaticWarning
119 iterable_test: StaticWarning 121 iterable_test: StaticWarning
120 list_map_test: StaticWarning 122 list_map_test: StaticWarning
121 num_clamp_test: StaticWarning 123 num_clamp_test: StaticWarning
122 queue_test: StaticWarning 124 queue_test: StaticWarning
123 string_codeunits_test: StaticWarning 125 string_codeunits_test: StaticWarning
124 string_test: StaticWarning 126 string_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698