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

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

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final cleanup 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/io/web_socket_test.dart ('k') | tests/utils/dummy_compiler_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) 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 io/*: Skip # Don't run tests using dart:io in the browser 53 io/*: Skip # Don't run tests using dart:io in the browser
54 crypto/*: Skip # Don't run tests using dart:io in the browser 54 crypto/*: Skip # Don't run tests using dart:io in the browser
55 package/*: Skip # Do not run those in Dartium. 55 package/*: Skip # Do not run those in Dartium.
56 debugger/*: Skip # Do not run standalone debugger tests in browser. 56 debugger/*: Skip # Do not run standalone debugger tests in browser.
57 57
58 [ $compiler == dartc ] 58 [ $compiler == dartc ]
59 59
60 # package test issue 7392 60 # package test issue 7392
61 package/package1_test: Fail 61 package/package1_test: Fail
62 package/package_test: Fail 62 package/package_test: Fail
63 io/test_runner_test: Fail # Library dart:uri removed.
64 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
63 65
64 66
65 # The dart:io library is created at build time from separate files, and 67 # The dart:io library is created at build time from separate files, and
66 # there is no language-spec compatible way to run unit tests on the private 68 # there is no language-spec compatible way to run unit tests on the private
67 # members and methods of dart:io. 69 # members and methods of dart:io.
68 # Dartc spots the misuse of 'part' directives in these unit tests. 70 # Dartc spots the misuse of 'part' directives in these unit tests.
69 crypto/*: Skip # dartc cannot parse dart:io unit tests. 71 crypto/*: Skip # dartc cannot parse dart:io unit tests.
70 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 72 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
71 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 73 io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
72 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 74 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
(...skipping 24 matching lines...) Expand all
97 byte_array_view_optimized_test: Skip # dart:typed_data support needed. 99 byte_array_view_optimized_test: Skip # dart:typed_data support needed.
98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 100 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
99 io/url_encoding_test: Skip # Importing code with external keyword 101 io/url_encoding_test: Skip # Importing code with external keyword
100 int_array_load_elimination_test: Skip # This is a VM test 102 int_array_load_elimination_test: Skip # This is a VM test
101 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 103 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
102 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 104 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
103 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 105 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
104 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 106 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
105 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 107 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
106 pow_test: Skip # Precision > 53 bits. 108 pow_test: Skip # Precision > 53 bits.
109 io/test_runner_test: Fail # Library dart:uri removed.
110 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
107 111
108 [ $compiler == dart2js && $jscl ] 112 [ $compiler == dart2js && $jscl ]
109 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 113 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
110 byte_array_test: Fail, OK # ByteArray 114 byte_array_test: Fail, OK # ByteArray
111 deoptimization_test: Fail, OK # Requires bigint. 115 deoptimization_test: Fail, OK # Requires bigint.
112 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 116 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
113 io/options_test: Fail, OK # Cannot pass options to d8. 117 io/options_test: Fail, OK # Cannot pass options to d8.
114 118
115 [ $compiler == dart2js && $runtime == none ] 119 [ $compiler == dart2js && $runtime == none ]
116 io/options_test: Fail 120 io/options_test: Fail
(...skipping 14 matching lines...) Expand all
131 *: Skip 135 *: Skip
132 136
133 [ $arch == simarm ] 137 [ $arch == simarm ]
134 *: Skip 138 *: Skip
135 139
136 [ $arch == mips ] 140 [ $arch == mips ]
137 *: Skip 141 *: Skip
138 142
139 [ $arch == simmips ] 143 [ $arch == simmips ]
140 *: Skip 144 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/web_socket_test.dart ('k') | tests/utils/dummy_compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698