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

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

Issue 12042065: - Make sure we can "run" all tests using simarm/simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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-runtime.status ('k') | tests/isolate/isolate.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 12 matching lines...) Expand all
23 23
24 [ $runtime == ie9 && ($system == linux || $system == macos) ] 24 [ $runtime == ie9 && ($system == linux || $system == macos) ]
25 *: Skip 25 *: Skip
26 26
27 [ $runtime == safari && ($system == linux || $system == windows) ] 27 [ $runtime == safari && ($system == linux || $system == windows) ]
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 [ $arch == simarm ]
34 *: Skip
35
36 [ $arch == arm ]
37 *: Skip
38
39 [ $compiler == dart2js ] 33 [ $compiler == dart2js ]
40 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 34 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
41 math_test: Fail # issue 3333 35 math_test: Fail # issue 3333
42 surrogate_pair_toUpper_test: Fail # Issue 6707 36 surrogate_pair_toUpper_test: Fail # Issue 6707
43 37
44 reg_exp4_test: Fail, OK # Expects exception from const constructor. 38 reg_exp4_test: Fail, OK # Expects exception from const constructor.
45 39
46 big_integer_vm_test: Fail, OK # VM specific test. 40 big_integer_vm_test: Fail, OK # VM specific test.
47 compare_to2_test: Fail, OK # Requires bigint support. 41 compare_to2_test: Fail, OK # Requires bigint support.
48 string_base_vm_test: Fail, OK # VM specific test. 42 string_base_vm_test: Fail, OK # VM specific test.
(...skipping 20 matching lines...) Expand all
69 map_keys2_test: Fail # Generic types aren't right. 63 map_keys2_test: Fail # Generic types aren't right.
70 64
71 [ $compiler == dart2js ] 65 [ $compiler == dart2js ]
72 map_values2_test: Fail # Generic types aren't right 66 map_values2_test: Fail # Generic types aren't right
73 67
74 ## Tests failing after merge of experimental library branch. 68 ## Tests failing after merge of experimental library branch.
75 [ $compiler == dart2js ] 69 [ $compiler == dart2js ]
76 # Tests fail due to bug in generics on constants, issue 6827 70 # Tests fail due to bug in generics on constants, issue 6827
77 iterable_to_list_test: Fail 71 iterable_to_list_test: Fail
78 iterable_to_set_test: Fail 72 iterable_to_set_test: Fail
73
74 [ $arch == arm ]
75 *: Skip
76
77 [ $arch == simarm ]
78 *: Skip
79
80 [ $arch == mips ]
81 *: Skip
82
83 [ $arch == simmips ]
84 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698