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

Side by Side Diff: tests/standalone/standalone.status

Issue 9621003: removed unused 'prefix' line from status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « tests/language/language-leg.status ('k') | tools/testing/dart/status_file_parser.dart » ('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 prefix standalone
6
7 TimeoutTest: Skip # Timeout test for testing the test runner. 5 TimeoutTest: Skip # Timeout test for testing the test runner.
8 FailTest: Fail, OK # Fails intentionally 6 FailTest: Fail, OK # Fails intentionally
9 7
10 [ $component == vm && $checked ] 8 [ $component == vm && $checked ]
11 # These tests have type errors on purpose. 9 # These tests have type errors on purpose.
12 io/ProcessInvalidArgumentsTest: Fail, OK 10 io/ProcessInvalidArgumentsTest: Fail, OK
13 io/DirectoryInvalidArgumentsTest: Fail, OK 11 io/DirectoryInvalidArgumentsTest: Fail, OK
14 io/FileInvalidArgumentsTest: Fail, OK 12 io/FileInvalidArgumentsTest: Fail, OK
15 13
16 [ $component == vm] 14 [ $component == vm]
(...skipping 27 matching lines...) Expand all
44 [ $arch == x64 ] 42 [ $arch == x64 ]
45 MediumIntegerTest: Fail # Issue 1146. 43 MediumIntegerTest: Fail # Issue 1146.
46 44
47 45
48 [ $arch == arm ] 46 [ $arch == arm ]
49 *: Skip 47 *: Skip
50 48
51 49
52 [ $arch == simarm ] 50 [ $arch == simarm ]
53 *: Skip 51 *: Skip
OLDNEW
« no previous file with comments | « tests/language/language-leg.status ('k') | tools/testing/dart/status_file_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698