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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2574003003: Add optional message argument to assert statements in the VM. (Closed)
Patch Set: Update dart2js status file Created 4 years 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
« no previous file with comments | « tests/language/assert_message_test.dart ('k') | 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 == dart2js ] 5 [ $compiler == dart2js ]
6 deferred_not_loaded_check_test: Fail # Issue 27577 6 deferred_not_loaded_check_test: Fail # Issue 27577
7 getter_setter_in_lib_test: Fail # Issue 23288 7 getter_setter_in_lib_test: Fail # Issue 23288
8 method_name_test: Fail # issue 25574 8 method_name_test: Fail # issue 25574
9 setter4_test: CompileTimeError # issue 13639 9 setter4_test: CompileTimeError # issue 13639
10 10
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 132
133 multiline_newline_test/01: CompileTimeError # Issue 23888 133 multiline_newline_test/01: CompileTimeError # Issue 23888
134 multiline_newline_test/02: CompileTimeError # Issue 23888 134 multiline_newline_test/02: CompileTimeError # Issue 23888
135 multiline_newline_test/03: CompileTimeError # Issue 23888 135 multiline_newline_test/03: CompileTimeError # Issue 23888
136 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 136 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
137 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 137 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
138 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 138 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
139 multiline_newline_test/none: RuntimeError # Issue 23888 139 multiline_newline_test/none: RuntimeError # Issue 23888
140 140
141 [ $compiler == dart2js && $checked ] 141 [ $compiler == dart2js && $checked ]
142 assert_message_test: Fail #28106
142 async_return_types_test/nestedFuture: Fail # Issue 26429 143 async_return_types_test/nestedFuture: Fail # Issue 26429
143 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 144 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
144 regress_26133_test: RuntimeError # Issue 26429 145 regress_26133_test: RuntimeError # Issue 26429
145 type_variable_bounds_test/02: Fail # Issue 12702 146 type_variable_bounds_test/02: Fail # Issue 12702
146 type_variable_bounds2_test/01: Fail # Issue 12702 147 type_variable_bounds2_test/01: Fail # Issue 12702
147 type_variable_bounds2_test/04: Fail # Issue 12702 148 type_variable_bounds2_test/04: Fail # Issue 12702
148 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 149 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
149 type_variable_bounds3_test/00: Fail # Issue 12702 150 type_variable_bounds3_test/00: Fail # Issue 12702
150 closure_type_test: Fail # Issue 12745 151 closure_type_test: Fail # Issue 12745
151 malbounded_redirecting_factory_test/02: Fail # Issue 12825 152 malbounded_redirecting_factory_test/02: Fail # Issue 12825
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 *: Skip # `assert` not implemented 347 *: Skip # `assert` not implemented
347 348
348 [ $compiler == dart2js && $host_checked ] 349 [ $compiler == dart2js && $host_checked ]
349 regress_26855_test/1: Crash # Issue 26867 350 regress_26855_test/1: Crash # Issue 26867
350 regress_26855_test/2: Crash # Issue 26867 351 regress_26855_test/2: Crash # Issue 26867
351 regress_26855_test/3: Crash # Issue 26867 352 regress_26855_test/3: Crash # Issue 26867
352 regress_26855_test/4: Crash # Issue 26867 353 regress_26855_test/4: Crash # Issue 26867
353 354
354 [ $compiler != dart2analyzer] 355 [ $compiler != dart2analyzer]
355 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 356 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
OLDNEW
« no previous file with comments | « tests/language/assert_message_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698