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

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

Issue 13459002: Introduce new LinkedList to dart:collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 ] 10 [ $runtime == vm ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 number_identity_test: Skip # Bigints and int/double diff. not supported. 93 number_identity_test: Skip # Bigints and int/double diff. not supported.
94 typed_data_test: Skip # dart:typed_data support needed. 94 typed_data_test: Skip # dart:typed_data support needed.
95 bytedata_test: Skip # dart:typed_data support needed. 95 bytedata_test: Skip # dart:typed_data support needed.
96 typed_data_view_test: Skip # dart:typed_data support needed. 96 typed_data_view_test: Skip # dart:typed_data support needed.
97 typed_data_isolate_test: Skip # dart:typed_data support needed. 97 typed_data_isolate_test: Skip # dart:typed_data support needed.
98 typed_array_test: Skip # dart:typed_data support needed. 98 typed_array_test: Skip # dart:typed_data support needed.
99 float_array_test: Skip # dart:typed_data support needed. 99 float_array_test: Skip # dart:typed_data support needed.
100 int_array_test: Skip # dart:typed_data support needed. 100 int_array_test: Skip # dart:typed_data support needed.
101 byte_array_view_optimized_test: Skip # dart:typed_data support needed. 101 byte_array_view_optimized_test: Skip # dart:typed_data support needed.
102 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 102 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
103 io/url_encoding_test: Skip # Importing code with external keyword
floitsch 2013/05/23 19:01:26 Looks unrelated.
Anders Johnsen 2013/06/13 11:14:10 Done.
103 int_array_load_elimination_test: Skip # This is a VM test 104 int_array_load_elimination_test: Skip # This is a VM test
104 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 105 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
105 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 106 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
106 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 107 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
107 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 108 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
108 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
109 pow_test: Skip # Precision > 53 bits. 110 pow_test: Skip # Precision > 53 bits.
110 111
111 [ $compiler == dart2js && $jscl ] 112 [ $compiler == dart2js && $jscl ]
112 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 113 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
(...skipping 21 matching lines...) Expand all
134 *: Skip 135 *: Skip
135 136
136 [ $arch == simarm ] 137 [ $arch == simarm ]
137 *: Skip 138 *: Skip
138 139
139 [ $arch == mips ] 140 [ $arch == mips ]
140 *: Skip 141 *: Skip
141 142
142 [ $arch == simmips ] 143 [ $arch == simmips ]
143 *: Skip 144 *: Skip
OLDNEW
« tests/lib/collection/linked_list_test.dart ('K') | « tests/lib/collection/linked_list_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698