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

Side by Side Diff: pkg/pkg.status

Issue 2617833005: Disable processed_options_test for dart2js. (Closed)
Patch Set: Created 3 years, 11 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 | « 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 collection/test/equality_test/02: Fail # Issue 1533 346 collection/test/equality_test/02: Fail # Issue 1533
347 collection/test/equality_test/03: Fail # Issue 1533 347 collection/test/equality_test/03: Fail # Issue 1533
348 collection/test/equality_test/04: Fail # Issue 1533 348 collection/test/equality_test/04: Fail # Issue 1533
349 collection/test/equality_test/05: Fail # Issue 1533 349 collection/test/equality_test/05: Fail # Issue 1533
350 collection/test/equality_test/none: Pass, Fail # Issue 14348 350 collection/test/equality_test/none: Pass, Fail # Issue 14348
351 compiler/tool/*: SkipByDesign # Only meant to run on vm 351 compiler/tool/*: SkipByDesign # Only meant to run on vm
352 front_end/tool/*: SkipByDesign # Only meant to run on vm 352 front_end/tool/*: SkipByDesign # Only meant to run on vm
353 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. 353 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
354 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 354 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
355 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 355 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773
356 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io
356 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io 357 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io
357 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io 358 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io
358 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io 359 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io
359 360
360 [ $compiler == dart2js && $fast_startup ] 361 [ $compiler == dart2js && $fast_startup ]
361 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. 362 front_end/test/*: SkipByDesign # Tests written with dart:mirrors.
362 363
363 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] 364 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
364 analyzer/test/*: Skip # Issue 26813 365 analyzer/test/*: Skip # Issue 26813
365 analyzer/tool/*: Skip # Issue 26813 366 analyzer/tool/*: Skip # Issue 26813
366 analysis_server/test/*: Skip # Issue 26813 367 analysis_server/test/*: Skip # Issue 26813
367 368
368 [ $compiler == dart2js && $checked ] 369 [ $compiler == dart2js && $checked ]
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 analyzer/test/src/task/yaml_test: Crash # Issue 24485 495 analyzer/test/src/task/yaml_test: Crash # Issue 24485
495 496
496 [ $noopt || $runtime == dart_precompiled ] 497 [ $noopt || $runtime == dart_precompiled ]
497 *: SkipByDesign # The pkg test framework imports dart:mirrors. 498 *: SkipByDesign # The pkg test framework imports dart:mirrors.
498 499
499 [ $compiler == dart2js && $cps_ir && $checked ] 500 [ $compiler == dart2js && $cps_ir && $checked ]
500 *: Skip # `assert` not implemented, about 75% tests crash 501 *: Skip # `assert` not implemented, about 75% tests crash
501 502
502 [ $compiler == none ] 503 [ $compiler == none ]
503 kernel/test/closures_test: Fail 504 kernel/test/closures_test: Fail
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