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

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

Issue 10521003: Eliminate standalone timeout_test, pass_test, and fail_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change a forgotten string. Created 8 years, 6 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/standalone/pass_test.dart ('k') | tests/standalone/timeout_test.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 test_runner_test: Skip # Issue 3216: Occasionally fails and leads to runaway pr ocesses.
6 timeout_test: Skip # Timeout test for testing the test runner.
7 fail_test: Fail, OK # Fails intentionally
8 out_of_memory_test: Skip # Issue 2345 5 out_of_memory_test: Skip # Issue 2345
9 6
10 package/invalid_uri_test: Fail, OK # Fails intentionally 7 package/invalid_uri_test: Fail, OK # Fails intentionally
11 8
12 io/http_test: Pass, Fail # Issue 2987 9 io/http_test: Pass, Fail # Issue 2987
13 10
14 [ $runtime == vm && $checked ] 11 [ $runtime == vm && $checked ]
15 # These tests have type errors on purpose. 12 # These tests have type errors on purpose.
16 io/process_invalid_arguments_test: Fail, OK 13 io/process_invalid_arguments_test: Fail, OK
17 io/directory_invalid_arguments_test: Fail, OK 14 io/directory_invalid_arguments_test: Fail, OK
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 [ $arch == arm ] 54 [ $arch == arm ]
58 *: Skip 55 *: Skip
59 56
60 57
61 [ $arch == simarm ] 58 [ $arch == simarm ]
62 *: Skip 59 *: Skip
63 60
64 [ $compiler == dart2js ] 61 [ $compiler == dart2js ]
65 medium_integer_test: Fail, OK # cannot resolve type Mint 62 medium_integer_test: Fail, OK # cannot resolve type Mint
66 io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s): dart-ext:test_extension 63 io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s): dart-ext:test_extension
67 io/test_runner_test: Fail, OK # library not found dart:builtin
68 64
69 [ $compiler == dart2js && $runtime == d8 ] 65 [ $compiler == dart2js && $runtime == d8 ]
70 assert_test: Fail # Assert not implemented 66 assert_test: Fail # Assert not implemented
71 byte_array_test: Fail, OK # ByteArray 67 byte_array_test: Fail, OK # ByteArray
72 deoptimization_test: Fail, OK # Requires bigint. 68 deoptimization_test: Fail, OK # Requires bigint.
73 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 69 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
74 io/http_parser_test: Fail, OK # ByteArray 70 io/http_parser_test: Fail, OK # ByteArray
75 io/options_test: Fail, OK # Cannot pass options to d8. 71 io/options_test: Fail, OK # Cannot pass options to d8.
76 72
77 [ $compiler == dart2js && $runtime == none ] 73 [ $compiler == dart2js && $runtime == none ]
78 fail_test: Skip # fails only at runtime, overrides default expectation from stan dalone.status
79 io/options_test: Fail 74 io/options_test: Fail
80 75
81 [$compiler == dart2js && $browser ] 76 [$compiler == dart2js && $browser ]
82 *: Skip 77 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/pass_test.dart ('k') | tests/standalone/timeout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698