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

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

Issue 12429004: Don't run web_socket_protocol_processor_test with dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « no previous file | 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 # Temporarily disabled until the test scripts are rewritten for 8 # Temporarily disabled until the test scripts are rewritten for
9 # dart:io v2. 9 # dart:io v2.
10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 90 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
91 91
92 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 92 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
93 93
94 [ $compiler == dart2js ] 94 [ $compiler == dart2js ]
95 number_identity_test: Skip # Bigints and int/double diff. not supported. 95 number_identity_test: Skip # Bigints and int/double diff. not supported.
96 typed_data_test: Skip # This is a VM test 96 typed_data_test: Skip # This is a VM test
97 typed_array_test: Skip # This is a VM test 97 typed_array_test: Skip # This is a VM test
98 float_array_test: Skip # This is a VM test 98 float_array_test: Skip # This is a VM test
99 int_array_test: Skip # This is a VM test 99 int_array_test: Skip # This is a VM test
100 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
100 int_array_load_elimination_test: Skip # This is a VM test 101 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. 102 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. 103 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 104 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. 105 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
105 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 106 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
106 107
107 [ $compiler == dart2js && $jscl ] 108 [ $compiler == dart2js && $jscl ]
108 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 109 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
109 byte_array_test: Fail, OK # ByteArray 110 byte_array_test: Fail, OK # ByteArray
(...skipping 21 matching lines...) Expand all
131 *: Skip 132 *: Skip
132 133
133 [ $arch == simarm ] 134 [ $arch == simarm ]
134 *: Skip 135 *: Skip
135 136
136 [ $arch == mips ] 137 [ $arch == mips ]
137 *: Skip 138 *: Skip
138 139
139 [ $arch == simmips ] 140 [ $arch == simmips ]
140 *: Skip 141 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698