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

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

Issue 14786020: Update status files for 'dartanalyer'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added missing status files. Created 7 years, 7 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/test_config.dart ('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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
83 # Tests fail due to bug in generics on constants, issue 6827 83 # Tests fail due to bug in generics on constants, issue 6827
84 iterable_to_list_test: Fail 84 iterable_to_list_test: Fail
85 iterable_to_set_test: Fail 85 iterable_to_set_test: Fail
86 86
87 [ $compiler == dartc || $compiler == dartanalyzer ] 87 [ $compiler == dartc || $compiler == dartanalyzer ]
88 symbol_test/01: Fail 88 symbol_test/01: Fail
89 symbol_test/02: Fail 89 symbol_test/02: Fail
90 symbol_test/03: Fail 90 symbol_test/03: Fail
91 91
92 [ $compiler == dartanalyzer ]
93 int_parse_radix_test: fail
94 list_insert_test: fail
95 list_removeat_test: fail
92 96
93 [ $arch == arm ] 97 [ $arch == arm ]
94 *: Skip 98 *: Skip
95 99
96 [ $arch == simarm ] 100 [ $arch == simarm ]
97 *: Skip 101 *: Skip
98 102
99 [ $arch == mips ] 103 [ $arch == mips ]
100 *: Skip 104 *: Skip
101 105
102 [ $arch == simmips ] 106 [ $arch == simmips ]
103 *: Skip 107 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/test_config.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698