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

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

Issue 11776023: Mark broken future test as failing on VM. (Closed) Base URL: https://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 | « no previous file | tests/lib/lib.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 20 matching lines...) Expand all
31 [ $runtime == vm ] 31 [ $runtime == vm ]
32 string_trim_unicode_test: Fail # Bug 6569 32 string_trim_unicode_test: Fail # Bug 6569
33 33
34 [ $arch == simarm ] 34 [ $arch == simarm ]
35 *: Skip 35 *: Skip
36 36
37 [ $arch == arm ] 37 [ $arch == arm ]
38 *: Skip 38 *: Skip
39 39
40 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
41 futures_test: Fail # Timer interface not supported; dartbug.com/7728.
42 future_test: Fail # Timer interface not supported; dartbug.com/7728.
43
44 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) 41 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >)
45 math_test: Fail # issue 3333 42 math_test: Fail # issue 3333
46 surrogate_pair_toUpper_test: Fail # Issue 6707 43 surrogate_pair_toUpper_test: Fail # Issue 6707
47 44
48 reg_exp4_test: Fail, OK # Expects exception from const constructor. 45 reg_exp4_test: Fail, OK # Expects exception from const constructor.
49 46
50 big_integer_vm_test: Fail, OK # VM specific test. 47 big_integer_vm_test: Fail, OK # VM specific test.
51 compare_to2_test: Fail, OK # Requires bigint support. 48 compare_to2_test: Fail, OK # Requires bigint support.
52 string_base_vm_test: Fail, OK # VM specific test. 49 string_base_vm_test: Fail, OK # VM specific test.
53 50
(...skipping 10 matching lines...) Expand all
64 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 61 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
65 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? 62 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out?
66 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 63 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
67 64
68 [ $compiler == dart2dart ] 65 [ $compiler == dart2dart ]
69 compare_to2_test: Fail # inherited from VM 66 compare_to2_test: Fail # inherited from VM
70 null_test: Fail # inherited from VM 67 null_test: Fail # inherited from VM
71 unicode_test: Fail # inherited from VM 68 unicode_test: Fail # inherited from VM
72 69
73 # Library changes 70 # Library changes
74 [ $compiler == none ]
75 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change s.
76
77 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 71 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
78 map_keys2_test: Fail # Generic types aren't right. 72 map_keys2_test: Fail # Generic types aren't right.
79 73
80 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
81 map_values2_test: Fail # Generic types aren't right 75 map_values2_test: Fail # Generic types aren't right
82 76
83 ## Tests failing after merge of experimental library branch. 77 ## Tests failing after merge of experimental library branch.
84 [ $compiler == dart2js && $runtime == d8] 78 [ $compiler == dart2js && $runtime == d8]
85 # Tests fail due to bug in generics on constants, issue 6827 79 # Tests fail due to bug in generics on constants, issue 6827
86 iterable_to_list_test: Fail 80 iterable_to_list_test: Fail
87 iterable_to_set_test: Fail 81 iterable_to_set_test: Fail
88 82
89 # Issue 7334. 83 # Issue 7334.
90 string_replace_all_test: Crash 84 string_replace_all_test: Crash
91 85
92 [ $compiler == dart2js && $runtime == d8 && $checked ] 86 [ $compiler == dart2js && $runtime == d8 && $checked ]
93 # Issue 7733. 87 # Issue 7733.
94 apply2_test: Fail 88 apply2_test: Fail
95 apply_test: Fail 89 apply_test: Fail
96 core_runtime_types_test: Fail 90 core_runtime_types_test: Fail
97 linked_hash_map_test: Fail 91 linked_hash_map_test: Fail
98 map_from_test: Fail 92 map_from_test: Fail
99 map_keys_test: Fail 93 map_keys_test: Fail
100 map_test: Fail 94 map_test: Fail
101 map_values_test: Fail 95 map_values_test: Fail
102 queue_test: Fail 96 queue_test: Fail
103 reg_exp_all_matches_test: Fail 97 reg_exp_all_matches_test: Fail
104 set_test: Fail 98 set_test: Fail
OLDNEW
« no previous file with comments | « no previous file | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698