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

Side by Side Diff: samples/samples.status

Issue 2908833002: Revert "Revert "Refactor test option parsing code."" (Closed)
Patch Set: Ignore "—failure-summary" so it doesn't break the bots. Created 3 years, 6 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
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 [$runtime == vm && $compiler == none && $system == fuchsia] 5 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged. 6 *: Skip # Not yet triaged.
7 7
8 [ $browser ] 8 [ $browser ]
9 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
10 build_dart: Skip 10 build_dart: Skip
11 build_dart_simple: Skip 11 build_dart_simple: Skip
12 sample_extension: Skip 12 sample_extension: Skip
13 13
14 [ $compiler == dart2js && $runtime == none ] 14 [ $compiler == dart2js && $runtime == none ]
15 *: Fail, Pass # TODO(ahe): Triage these tests. 15 *: Fail, Pass # TODO(ahe): Triage these tests.
16 16
17 [ $compiler == dart2js && $cps_ir && $checked ]
18 sample_extension: Crash # Unable to compile UnsupportedError.message.
19
20 [ $compiler == dart2analyzer ] 17 [ $compiler == dart2analyzer ]
21 build_dart: Skip 18 build_dart: Skip
22 19
23 [ $compiler == dart2analyzer && $builder_tag == strong ] 20 [ $compiler == dart2analyzer && $builder_tag == strong ]
24 *: Skip # Issue 28649 21 *: Skip # Issue 28649
25 22
26 [ $arch == arm ] 23 [ $arch == arm ]
27 sample_extension/test/*: Skip # Issue 14705 24 sample_extension/test/*: Skip # Issue 14705
28 25
29 [ $compiler == precompiler ] 26 [ $compiler == precompiler ]
30 sample_extension/test/*: Skip # These tests attempt to spawn another script usin g the precompiled runtime. 27 sample_extension/test/*: Skip # These tests attempt to spawn another script usin g the precompiled runtime.
31 28
32 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 29 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
33 sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # I ssue 28842 30 sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # I ssue 28842
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698