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

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

Issue 983163002: Fix status files after jsshell update. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « tests/co19/co19-dart2js.status ('k') | 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 [ $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 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 96
97 [ $runtime == ff || $runtime == jsshell ] 97 [ $runtime == ff || $runtime == jsshell ]
98 unicode_test: Fail 98 unicode_test: Fail
99 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 99 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
100 # (presumably added to allow Mozilla's existing behavior) 100 # (presumably added to allow Mozilla's existing behavior)
101 # and only looks at the first 20 significant digits. 101 # and only looks at the first 20 significant digits.
102 # The Dart VM and the other ECMAScript implementations follow the correct 102 # The Dart VM and the other ECMAScript implementations follow the correct
103 # IEEE-754 rounding algorithm. 103 # IEEE-754 rounding algorithm.
104 double_parse_test: Fail, OK 104 double_parse_test: Fail, OK
105 105
106 [ $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ] 106 [ $runtime == safari || $runtime == safarimobilesim ]
107 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 107 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
108 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 108 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
109 109
110 [ $runtime == ff ] 110 [ $runtime == ff ]
111 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 111 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
112 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 112 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
113 113
114 [ $runtime == opera ] 114 [ $runtime == opera ]
115 core_runtime_types_test: Fail 115 core_runtime_types_test: Fail
116 null_nosuchmethod_test: Fail # Issue: 7413 116 null_nosuchmethod_test: Fail # Issue: 7413
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 225
226 [ $runtime != d8 && $runtime != vm ] 226 [ $runtime != d8 && $runtime != vm ]
227 # The regexp tests are not verified to work on non d8/vm platforms yet. 227 # The regexp tests are not verified to work on non d8/vm platforms yet.
228 regexp/*: Skip 228 regexp/*: Skip
229 229
230 [ $runtime == vm ] 230 [ $runtime == vm ]
231 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 231 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
232 232
233 [ $mode == debug ] 233 [ $mode == debug ]
234 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 234 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698