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

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: Add missing files Created 7 years, 7 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) 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 && $system == macos ] 7 [ $runtime == vm && $system == macos ]
8 debugger/basic_debugger_test: Pass, Crash # Issue 10488. 8 debugger/basic_debugger_test: Pass, Crash # Issue 10488.
9 9
10 [ $runtime == vm && $system == windows ] 10 [ $runtime == vm && $system == windows ]
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 byte_array_view_optimized_test: Skip # dart:typed_data support needed. 103 byte_array_view_optimized_test: Skip # dart:typed_data support needed.
104 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 104 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
105 io/url_encoding_test: Skip # Importing code with external keyword 105 io/url_encoding_test: Skip # Importing code with external keyword
106 int_array_load_elimination_test: Skip # This is a VM test 106 int_array_load_elimination_test: Skip # This is a VM test
107 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 107 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
108 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 108 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
109 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 109 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
110 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 110 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
111 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 111 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
112 pow_test: Skip # Precision > 53 bits. 112 pow_test: Skip # Precision > 53 bits.
113 io/test_runner_test: Fail # Library dart:io removed.
floitsch 2013/05/24 20:37:27 dart:uri ?
Søren Gjesse 2013/05/27 10:47:21 Done.
114 io/skipping_dart2js_compilations_test: Skip # Library dart:io removed.
113 115
114 [ $compiler == dart2js && $jscl ] 116 [ $compiler == dart2js && $jscl ]
115 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 117 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
116 byte_array_test: Fail, OK # ByteArray 118 byte_array_test: Fail, OK # ByteArray
117 deoptimization_test: Fail, OK # Requires bigint. 119 deoptimization_test: Fail, OK # Requires bigint.
118 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 120 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
119 io/options_test: Fail, OK # Cannot pass options to d8. 121 io/options_test: Fail, OK # Cannot pass options to d8.
120 io/http_parser_test: Fail, OK # Cancelling a Timer not implemented in d8/jsshell . 122 io/http_parser_test: Fail, OK # Cancelling a Timer not implemented in d8/jsshell .
121 123
122 [ $compiler == dart2js && $runtime == none ] 124 [ $compiler == dart2js && $runtime == none ]
(...skipping 15 matching lines...) Expand all
138 *: Skip 140 *: Skip
139 141
140 [ $arch == simarm ] 142 [ $arch == simarm ]
141 *: Skip 143 *: Skip
142 144
143 [ $arch == mips ] 145 [ $arch == mips ]
144 *: Skip 146 *: Skip
145 147
146 [ $arch == simmips ] 148 [ $arch == simmips ]
147 *: Skip 149 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698