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

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

Issue 203213003: Fix syntax error in status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | no next file » | 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 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 [ $compiler == dartanalyzer ] 45 [ $compiler == dartanalyzer ]
46 string_from_environment_test: Crash # http://dartbug.com/17234 46 string_from_environment_test: Crash # http://dartbug.com/17234
47 int_from_environment2_test: Crash # http://dartbug.com/17234 47 int_from_environment2_test: Crash # http://dartbug.com/17234
48 48
49 [ $compiler == none ] 49 [ $compiler == none ]
50 unicode_test: Fail # Bug 6706 50 unicode_test: Fail # Bug 6706
51 compare_to2_test: Fail # Bug 4018 51 compare_to2_test: Fail # Bug 4018
52 52
53 symbol_test/01: Fail, Pass # bug 11669 53 symbol_test/01: Fail, Pass # bug 11669
54 54
55 [ $compiler == none && $runtime != dartium && $runtime != drt && runtime != Cont entShellOnAndroid] 55 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ]
56 symbol_test/02: MissingCompileTimeError # bug 11669 56 symbol_test/02: MissingCompileTimeError # bug 11669
57 symbol_test/03: MissingCompileTimeError # bug 11669 57 symbol_test/03: MissingCompileTimeError # bug 11669
58 58
59 [ $compiler == none || $compiler == dart2dart ] 59 [ $compiler == none || $compiler == dart2dart ]
60 symbol_test/none: Fail # bug 11669 60 symbol_test/none: Fail # bug 11669
61 symbol_operator_test/03: Fail # bug 11669 61 symbol_operator_test/03: Fail # bug 11669
62 62
63 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 63 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
64 main_test: Fail # Dartium needs to check for both main() and main(args). 64 main_test: Fail # Dartium needs to check for both main() and main(args).
65 65
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
147 string_test: StaticWarning, OK # Test generates error on purpose. 147 string_test: StaticWarning, OK # Test generates error on purpose.
148 148
149 [ $compiler == dart2js && $runtime == safari ] 149 [ $compiler == dart2js && $runtime == safari ]
150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
151 151
152 [ $runtime == ie9 || $runtime == ie10 ] 152 [ $runtime == ie9 || $runtime == ie10 ]
153 num_parse_test: RuntimeError # Issue 15316 153 num_parse_test: RuntimeError # Issue 15316
154 num_parse_test/01: RuntimeError # Issue 15316 154 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698