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

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

Issue 16092007: HTTP loading tests and package root support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/http_launch_test.dart ('k') | no next file » | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Fails because checked-in dart executable is not up to date. 8 # Fails because checked-in dart executable is not up to date.
9 io/test_runner_test: Fail 9 io/test_runner_test: Fail
10 # Fails because checked-in dart executable is not up to date. 10 # Fails because checked-in dart executable is not up to date.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 io/directory_non_ascii_test: Pass, Fail 50 io/directory_non_ascii_test: Pass, Fail
51 io/process_non_ascii_test: Pass, Fail 51 io/process_non_ascii_test: Pass, Fail
52 52
53 [ $compiler == none && $runtime == drt ] 53 [ $compiler == none && $runtime == drt ]
54 typed_data_isolate_test: Skip # This test uses dart:io 54 typed_data_isolate_test: Skip # This test uses dart:io
55 io/*: Skip # Don't run tests using dart:io in the browser 55 io/*: Skip # Don't run tests using dart:io in the browser
56 crypto/*: Skip # Don't run tests using dart:io in the browser 56 crypto/*: Skip # Don't run tests using dart:io in the browser
57 package/*: Skip # Do not run those in Dartium. 57 package/*: Skip # Do not run those in Dartium.
58 debugger/*: Skip # Do not run standalone debugger tests in browser. 58 debugger/*: Skip # Do not run standalone debugger tests in browser.
59 coverage_test: Skip 59 coverage_test: Skip
60 http_launch_test: Skip
60 61
61 [ $compiler == dartc ] 62 [ $compiler == dartc ]
62 63
63 # package test issue 7392 64 # package test issue 7392
64 package/package1_test: Fail 65 package/package1_test: Fail
65 package/package_test: Fail 66 package/package_test: Fail
66 io/test_runner_test: Fail # Library dart:uri removed. 67 io/test_runner_test: Fail # Library dart:uri removed.
67 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 68 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
68 69
69 70
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 io/url_encoding_test: Skip # Importing code with external keyword 109 io/url_encoding_test: Skip # Importing code with external keyword
109 int_array_load_elimination_test: Skip # This is a VM test 110 int_array_load_elimination_test: Skip # This is a VM test
110 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
111 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
112 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
113 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
114 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
115 pow_test: Skip # Precision > 53 bits. 116 pow_test: Skip # Precision > 53 bits.
116 io/test_runner_test: Fail # Library dart:uri removed. 117 io/test_runner_test: Fail # Library dart:uri removed.
117 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 118 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
119 http_launch_test: Skip
118 120
119 [ $compiler == dart2js && $jscl ] 121 [ $compiler == dart2js && $jscl ]
120 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 122 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
121 byte_array_test: Fail, OK # ByteArray 123 byte_array_test: Fail, OK # ByteArray
122 deoptimization_test: Fail, OK # Requires bigint. 124 deoptimization_test: Fail, OK # Requires bigint.
123 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 125 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
124 io/options_test: Fail, OK # Cannot pass options to d8. 126 io/options_test: Fail, OK # Cannot pass options to d8.
125 127
126 [ $compiler == dart2js && $runtime == none ] 128 [ $compiler == dart2js && $runtime == none ]
127 io/options_test: Fail 129 io/options_test: Fail
(...skipping 14 matching lines...) Expand all
142 *: Skip 144 *: Skip
143 145
144 [ $arch == simarm ] 146 [ $arch == simarm ]
145 *: Skip 147 *: Skip
146 148
147 [ $arch == mips ] 149 [ $arch == mips ]
148 *: Skip 150 *: Skip
149 151
150 [ $arch == simmips ] 152 [ $arch == simmips ]
151 *: Skip 153 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/http_launch_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698