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

Side by Side Diff: samples/samples.status

Issue 1123343008: Implement raw list checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test expectations. Created 5 years, 7 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 | Annotate | Revision Log
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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 build_dart: Skip 7 build_dart: Skip
8 build_dart_simple: Skip 8 build_dart_simple: Skip
9 sample_extension: Skip 9 sample_extension: Skip
10 10
11 [ $compiler == dart2js && $runtime == none ] 11 [ $compiler == dart2js && $runtime == none ]
12 *: Fail, Pass # TODO(ahe): Triage these tests. 12 *: Fail, Pass # TODO(ahe): Triage these tests.
13 13
14 [ $compiler == dart2analyzer ] 14 [ $compiler == dart2analyzer ]
15 build_dart: Skip 15 build_dart: Skip
16 16
17 [ $compiler == dart2dart ] 17 [ $compiler == dart2dart ]
18 # Skip until we stabilize language tests. 18 # Skip until we stabilize language tests.
19 *: Skip 19 *: Skip
20 20
21 [ $arch == arm ] 21 [ $arch == arm ]
22 sample_extension/test/sample_extension_test: Skip # Issue 14705 22 sample_extension/test/sample_extension_test: Skip # Issue 14705
23 23
24 [ $arch == simarm64 ] 24 [ $arch == simarm64 ]
25 *: Skip 25 *: Skip
26 26
27 [ $compiler == dart2js && $cps_ir ] 27 [ $compiler == dart2js && $cps_ir ]
28 sample_extension/test/sample_extension_test : Crash # bailout: unsupported eleme nt kind: context:field 28 sample_extension/test/sample_extension_test: Crash # unsupported element kind: c ontext:field
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698