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

Side by Side Diff: samples/samples.status

Issue 2693643002: [Fuchsia] Update test status files (Closed)
Patch Set: Created 3 years, 10 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 | « runtime/observatory/tests/service/service.status ('k') | tests/co19/co19-runtime.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 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged.
7
5 [ $browser ] 8 [ $browser ]
6 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
7 build_dart: Skip 10 build_dart: Skip
8 build_dart_simple: Skip 11 build_dart_simple: Skip
9 sample_extension: Skip 12 sample_extension: Skip
10 13
11 [ $compiler == dart2js && $runtime == none ] 14 [ $compiler == dart2js && $runtime == none ]
12 *: Fail, Pass # TODO(ahe): Triage these tests. 15 *: Fail, Pass # TODO(ahe): Triage these tests.
13 16
14 [ $compiler == dart2js && $cps_ir && $checked ] 17 [ $compiler == dart2js && $cps_ir && $checked ]
15 sample_extension: Crash # Unable to compile UnsupportedError.message. 18 sample_extension: Crash # Unable to compile UnsupportedError.message.
16 19
17 [ $compiler == dart2analyzer ] 20 [ $compiler == dart2analyzer ]
18 build_dart: Skip 21 build_dart: Skip
19 22
20 [ $compiler == dart2analyzer && $builder_tag == strong ] 23 [ $compiler == dart2analyzer && $builder_tag == strong ]
21 *: Skip # Issue 28649 24 *: Skip # Issue 28649
22 25
23 [ $arch == arm ] 26 [ $arch == arm ]
24 sample_extension/test/*: Skip # Issue 14705 27 sample_extension/test/*: Skip # Issue 14705
25 28
26 [ $compiler == precompiler ] 29 [ $compiler == precompiler ]
27 sample_extension/test/*: Skip # These tests attempt to spawn another script usin g the precompiled runtime. 30 sample_extension/test/*: Skip # These tests attempt to spawn another script usin g the precompiled runtime.
28 31
29 [ $compiler == app_jit ] 32 [ $compiler == app_jit ]
30 sample_extension/test/*: Skip # Shared use of a temp directory 33 sample_extension/test/*: Skip # Shared use of a temp directory
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/service.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698