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

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

Issue 9663052: Run standalone tests on Leg. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
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 TimeoutTest: Skip # Timeout test for testing the test runner. 5 TimeoutTest: Skip # Timeout test for testing the test runner.
6 FailTest: Fail, OK # Fails intentionally 6 FailTest: Fail, OK # Fails intentionally
7 7
8 [ $component == vm && $checked ] 8 [ $component == vm && $checked ]
9 # These tests have type errors on purpose. 9 # These tests have type errors on purpose.
10 io/ProcessInvalidArgumentsTest: Fail, OK 10 io/ProcessInvalidArgumentsTest: Fail, OK
(...skipping 13 matching lines...) Expand all
24 [ $component == vm && $system == win32] 24 [ $component == vm && $system == win32]
25 io/TestExtensionTest: Skip # Extensions not implemented on Windows 25 io/TestExtensionTest: Skip # Extensions not implemented on Windows
26 io/HttpShutdownTest: Skip # Currently times out on windows 26 io/HttpShutdownTest: Skip # Currently times out on windows
27 27
28 [ $component == dartium ] 28 [ $component == dartium ]
29 io/*: Skip # Don't run tests using dart:io in the browser 29 io/*: Skip # Don't run tests using dart:io in the browser
30 30
31 [ $component == dartc || $component == chromium ] 31 [ $component == dartc || $component == chromium ]
32 *: Skip 32 *: Skip
33 33
34 [ $component == frog || $component == frogsh || $component == leg || $component == frogium || $component == legium ] 34 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == legium ]
35 *: Skip 35 *: Skip
36 36
37 37
38 [ $component == frog || $component == frogsh ] 38 [ $component == frog || $component == frogsh ]
39 *: Skip 39 *: Skip
40 40
41 41
42 [ $arch == x64 ] 42 [ $arch == x64 ]
43 MediumIntegerTest: Fail # Issue 1146. 43 MediumIntegerTest: Fail # Issue 1146.
44 44
45 45
46 [ $arch == arm ] 46 [ $arch == arm ]
47 *: Skip 47 *: Skip
48 48
49 49
50 [ $arch == simarm ] 50 [ $arch == simarm ]
51 *: Skip 51 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/standalone/src/BlackListedTest.dart ('k') | dart/tests/standalone/standalone-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698