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

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

Issue 12310103: Small cleanups in RegExp to avoid generating lots of code just because there is a try/catch in our … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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 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 17 matching lines...) Expand all
28 *: Skip 28 *: Skip
29 29
30 [ $runtime == vm ] 30 [ $runtime == vm ]
31 string_trim_unicode_test: Fail # Bug 6569 31 string_trim_unicode_test: Fail # Bug 6569
32 32
33 [ $compiler == dart2js ] 33 [ $compiler == dart2js ]
34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
35 math_test: Fail # issue 3333 35 math_test: Fail # issue 3333
36 surrogate_pair_toUpper_test: Fail # Issue 6707 36 surrogate_pair_toUpper_test: Fail # Issue 6707
37 37
38 reg_exp4_test: Fail, OK # Expects exception from const constructor.
39
40 big_integer_vm_test: Fail, OK # VM specific test. 38 big_integer_vm_test: Fail, OK # VM specific test.
41 compare_to2_test: Fail, OK # Requires bigint support. 39 compare_to2_test: Fail, OK # Requires bigint support.
42 string_base_vm_test: Fail, OK # VM specific test. 40 string_base_vm_test: Fail, OK # VM specific test.
43 41
44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 42 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
45 43
46 [ $compiler == dart2js && $runtime == none ] 44 [ $compiler == dart2js && $runtime == none ]
47 *: Fail, Pass # TODO(ahe): Triage these tests. 45 *: Fail, Pass # TODO(ahe): Triage these tests.
48 46
49 [ $compiler == dart2js && $runtime == safari ] 47 [ $compiler == dart2js && $runtime == safari ]
(...skipping 25 matching lines...) Expand all
75 *: Skip 73 *: Skip
76 74
77 [ $arch == simarm ] 75 [ $arch == simarm ]
78 *: Skip 76 *: Skip
79 77
80 [ $arch == mips ] 78 [ $arch == mips ]
81 *: Skip 79 *: Skip
82 80
83 [ $arch == simmips ] 81 [ $arch == simmips ]
84 *: Skip 82 *: Skip
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