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

Side by Side Diff: samples/samples.status

Issue 221133002: Begins work on ARM64, first assembler test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Fixed Rn/Rd modes for R31 Created 6 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 | 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 [ $use_public_packages == false && $use_repository_packages == false] 5 [ $use_public_packages == false && $use_repository_packages == false]
6 pop_pop_win: Skip # Require packages 6 pop_pop_win: Skip # Require packages
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
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 [ $compiler == dart2analyzer ] 43 [ $compiler == dart2analyzer ]
44 build_dart: Skip 44 build_dart: Skip
45 45
46 [ $compiler == dart2dart ] 46 [ $compiler == dart2dart ]
47 # Skip until we stabilize language tests. 47 # Skip until we stabilize language tests.
48 *: Skip 48 *: Skip
49 49
50 [ $arch == arm ] 50 [ $arch == arm ]
51 sample_extension/test/sample_extension_test: Skip # Issue 14705 51 sample_extension/test/sample_extension_test: Skip # Issue 14705
52
53 [ $arch == simarm64 ]
54 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698