Files
sdk/tests/corelib/corelib.status
T
hausner@google.com f6c776dcbe Eliminate unary plus with hex literals
The spec says unary + is only allowed with integer and floating point literals, not with hex literals. Somebody noticed that the VM accepted
+0x10 as well.

Consequently, the Math.parseInt(str) library function should fail with
a BadNumberFormatException if it is called with a hex number that is preceded by a +.

Fixes issue 1540.

This change exposed that the dart2js core library implementation is
falsely accepting +0xNNN hex numbers. I filed issue 3333.
Review URL: https://chromiumcodereview.appspot.com//10456060

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8177 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-31 22:35:29 +00:00

95 lines
2.7 KiB
Plaintext

# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler == none ]
unicode_test: Fail # Bug 5163868
*dartc_test: Skip
[ $arch == ia32 ]
[ $compiler == dartc ]
*vm_test: Skip
[ $compiler == frog ]
# VM or DartC specific tests not to be run by Frog. See language.status.
*vm_test: Skip
*vm_negative_test: Skip
*dartc_test: Skip
*dartc_negative_test: Skip
# Note: Correctly skips 4 VMTests that rely on VM internals
const_list_*: Fail # 'const' is not currently checked.
core_runtime_types_test: Fail
for_in_test: Fail
list_test: Fail
maps_test: Fail
math_parse_double_test: Fail
reg_exp_all_matches_test: Fail
reg_exp4_test: Fail # New test added on 10/28.
stopwatch_test: Pass,Fail # Issue 2398
string_pattern_test: Fail
string_substring_test: Fail
string_test: Fail # Needs index out of range checks.
string_replace_dollar_test: Fail
# New methods (timeZoneName and timeZoneOffset) were not ported to frog.
date_time7_test: Skip
[ $compiler == frog && $runtime == drt ]
list_sort_test: Fail, Pass # Issue 2667
[ $compiler == frog && $runtime == none ]
*: Skip
[ $runtime == ff || $runtime == ie ]
unicode_test: Fail
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
[ $runtime == opera ]
*: Skip
[ $runtime == ie && ($system == linux || $system == mac) ]
*: Skip
[ $runtime == safari && ($system == linux || $system == windows) ]
*: Skip
[ $arch == simarm ]
*: Skip
[ $arch == arm ]
*: Skip
[ $compiler == dart2js && $checked ]
*: Skip
[ $compiler == dart2js ]
math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
math_test: Fail # issue 3333
# Bad test, assumes RegExp.allMatches returns a Collection.
reg_exp_all_matches_test: Fail, OK # NoSuchMethodException : method not found: 'forEach'
reg_exp4_test: Fail, OK # Expects exception from const constructor.
big_integer_vm_test: Fail, OK # VM specific test.
growable_object_array2_vm_test: Fail, OK # VM specific test.
growable_object_array_vm_test: Fail, OK # VM specific test.
string_base_vm_test: Fail, OK # VM specific test.
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js && $runtime == drt ]
list_sort_test: Fail, Pass # Issue 2667
[ $compiler == dart2js && $runtime == ie ]
const_list_literal_test: Skip # BUG(3304): Times out.
date_time7_test: Skip # BUG(3304): Times out.
list_sort_test: Skip # BUG(3304): Times out.
reg_exp_all_matches_test: Skip # BUG(3304): Times out.
sort_test: Skip # BUG(3304): Times out.
string_base_vm_test: Skip # BUG(3304): Times out.