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

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

Issue 85633003: Add num.parse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file for IE. Created 7 years 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 | « sdk/lib/core/num.dart ('k') | tests/corelib/num_parse_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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 [ $compiler == dart2js ] 79 [ $compiler == dart2js ]
80 error_stack_trace1_test: RuntimeError # Issue 12399 80 error_stack_trace1_test: RuntimeError # Issue 12399
81 hash_set_test/01: RuntimeError # Issue 11551 81 hash_set_test/01: RuntimeError # Issue 11551
82 82
83 big_integer_vm_test: RuntimeError, OK # VM specific test. 83 big_integer_vm_test: RuntimeError, OK # VM specific test.
84 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 84 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
85 compare_to2_test: RuntimeError, OK # Requires bigint support. 85 compare_to2_test: RuntimeError, OK # Requires bigint support.
86 string_base_vm_test: RuntimeError, OK # VM specific test. 86 string_base_vm_test: RuntimeError, OK # VM specific test.
87 nan_infinity_test/01: Fail # Issue 11551 87 nan_infinity_test/01: Fail # Issue 11551
88 88
89 num_parse_test/01: RuntimeError # Issue 11551
90
89 [ $compiler == dart2js && $runtime == none ] 91 [ $compiler == dart2js && $runtime == none ]
90 *: Fail, Pass # TODO(ahe): Triage these tests. 92 *: Fail, Pass # TODO(ahe): Triage these tests.
91 93
92 [ $compiler == dart2js && $runtime == ie9 ] 94 [ $compiler == dart2js && $runtime == ie9 ]
93 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 95 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
94 list_test: Fail # IE doesn't support typed data. 96 list_test: Fail # IE doesn't support typed data.
95 shuffle_test: Fail # IE doesn't support typed data. 97 shuffle_test: Fail # IE doesn't support typed data.
96 98
97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 99 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
98 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 collection_to_string_test: Pass, Crash # Issue: 11207 140 collection_to_string_test: Pass, Crash # Issue: 11207
139 141
140 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 142 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
141 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 143 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
142 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
143 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
144 string_test: StaticWarning, OK # Test generates error on purpose. 146 string_test: StaticWarning, OK # Test generates error on purpose.
145 147
146 [ $compiler == dart2js && $runtime == safari ] 148 [ $compiler == dart2js && $runtime == safari ]
147 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 149 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
150
151 [ $runtime == ie9 || $runtime == ie10 ]
152 num_parse_test: RuntimeError # Issue 15316
153 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « sdk/lib/core/num.dart ('k') | tests/corelib/num_parse_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698