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

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

Issue 376043002: Report errors when an exception would occur during const fromEnvironment calls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-enable shared tests for dart2analyzer Created 6 years, 5 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
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 10 matching lines...) Expand all
21 bool_from_environment_test: Skip 21 bool_from_environment_test: Skip
22 int_from_environment2_test: Skip 22 int_from_environment2_test: Skip
23 int_from_environment3_test: Skip 23 int_from_environment3_test: Skip
24 int_from_environment_default_value_test: Skip 24 int_from_environment_default_value_test: Skip
25 int_from_environment_test: Skip 25 int_from_environment_test: Skip
26 string_from_environment2_test: Skip 26 string_from_environment2_test: Skip
27 string_from_environment3_test: Skip 27 string_from_environment3_test: Skip
28 string_from_environment_default_value: Skip 28 string_from_environment_default_value: Skip
29 string_from_environment_test: Skip 29 string_from_environment_test: Skip
30 30
31 [ $compiler == dartanalyzer || $compiler == dart2analyzer] 31 [ $compiler == dart2analyzer]
32 bool_from_environment2_test/01: Fail # Issue 18755 32 bool_from_environment2_test/01: Fail # Issue 18755
33 bool_from_environment2_test/02: Fail # Issue 18755 33 bool_from_environment2_test/02: Fail # Issue 18755
34 bool_from_environment2_test/03: Fail # Issue 18755 34 bool_from_environment2_test/03: Fail # Issue 18755
35 bool_from_environment2_test/04: Fail # Issue 18755 35 bool_from_environment2_test/04: Fail # Issue 18755
36 int_from_environment3_test/01: Fail # Issue 18755 36 int_from_environment3_test/01: Fail # Issue 18755
37 int_from_environment3_test/02: Fail # Issue 18755 37 int_from_environment3_test/02: Fail # Issue 18755
38 int_from_environment3_test/03: Fail # Issue 18755 38 int_from_environment3_test/03: Fail # Issue 18755
39 int_from_environment3_test/04: Fail # Issue 18755 39 int_from_environment3_test/04: Fail # Issue 18755
40 string_from_environment3_test/01: Fail # Issue 18755 40 string_from_environment3_test/01: Fail # Issue 18755
41 string_from_environment3_test/02: Fail # Issue 18755 41 string_from_environment3_test/02: Fail # Issue 18755
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 153 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
154 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 154 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
155 155
156 [ $runtime == ie9 || $runtime == ie10 ] 156 [ $runtime == ie9 || $runtime == ie10 ]
157 num_parse_test: RuntimeError # Issue 15316 157 num_parse_test: RuntimeError # Issue 15316
158 num_parse_test/01: RuntimeError # Issue 15316 158 num_parse_test/01: RuntimeError # Issue 15316
159 159
160 [ $system == windows && $arch == x64 ] 160 [ $system == windows && $arch == x64 ]
161 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 161 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
162 162
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698