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

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

Issue 2780943004: Update status files for all test suites for -c dartk / -c dartkp configuration. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « samples/samples.status ('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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 symbol_reserved_word_test/12: RuntimeError # Issue 27394 263 symbol_reserved_word_test/12: RuntimeError # Issue 27394
264 symbol_test/none: RuntimeError # Issue 27394 264 symbol_test/none: RuntimeError # Issue 27394
265 uri_example_test: RuntimeError # Issue 27394 265 uri_example_test: RuntimeError # Issue 27394
266 uri_http_test: RuntimeError # Issue 27394 266 uri_http_test: RuntimeError # Issue 27394
267 uri_parameters_all_test: RuntimeError # Issue 27394 267 uri_parameters_all_test: RuntimeError # Issue 27394
268 uri_query_test: RuntimeError # Issue 27394 268 uri_query_test: RuntimeError # Issue 27394
269 uri_test: RuntimeError # Issue 27394 269 uri_test: RuntimeError # Issue 27394
270 270
271 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 271 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
272 regress/4562_test/01: Crash # Issue 27394 272 regress/4562_test/01: Crash # Issue 27394
273
274 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
275 bool_from_environment2_test/01: MissingCompileTimeError
276 bool_from_environment2_test/02: MissingCompileTimeError
277 bool_from_environment2_test/03: MissingCompileTimeError
278 bool_from_environment2_test/04: MissingCompileTimeError
279 bool_from_environment2_test/05: MissingCompileTimeError
280 compare_to2_test: RuntimeError
281 int_from_environment3_test/01: MissingCompileTimeError
282 int_from_environment3_test/02: MissingCompileTimeError
283 int_from_environment3_test/03: MissingCompileTimeError
284 int_from_environment3_test/04: MissingCompileTimeError
285 int_from_environment3_test/05: MissingCompileTimeError
286 string_case_test/01: RuntimeError
287 string_from_environment3_test/01: MissingCompileTimeError
288 string_from_environment3_test/02: MissingCompileTimeError
289 string_from_environment3_test/03: MissingCompileTimeError
290 string_from_environment3_test/04: MissingCompileTimeError
291 string_from_environment3_test/05: MissingCompileTimeError
292 string_trimlr_test/02: RuntimeError
293 symbol_operator_test/03: RuntimeError
294 symbol_reserved_word_test/02: DartkCrash
295 symbol_reserved_word_test/04: MissingCompileTimeError
296 symbol_reserved_word_test/05: DartkCrash
297 symbol_reserved_word_test/06: RuntimeError
298 symbol_reserved_word_test/07: MissingCompileTimeError
299 symbol_reserved_word_test/09: RuntimeError
300 symbol_reserved_word_test/10: MissingCompileTimeError
301 symbol_reserved_word_test/12: RuntimeError
302 symbol_test/01: MissingCompileTimeError
303 symbol_test/02: MissingCompileTimeError
304 symbol_test/03: MissingCompileTimeError
305 symbol_test/none: RuntimeError
306 unicode_test: RuntimeError
OLDNEW
« no previous file with comments | « samples/samples.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698