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

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

Issue 12887006: Version 0.4.3.3 . (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 7 years, 8 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 | « runtime/vm/raw_object_snapshot.cc ('k') | tests/standalone/typed_data_isolate_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 && ( $system == windows ) ] 7 [ $runtime == vm && ( $system == windows ) ]
8 io/raw_socket_test: Pass, Fail # Issue 8901 8 io/raw_socket_test: Pass, Fail # Issue 8901
9 io/http_shutdown_test: Pass, Fail # Issue 9101 9 io/http_shutdown_test: Pass, Fail # Issue 9101
10 10
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
77 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 77 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
78 78
79 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 79 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
80 80
81 [ $compiler == dart2js ] 81 [ $compiler == dart2js ]
82 number_identity_test: Skip # Bigints and int/double diff. not supported. 82 number_identity_test: Skip # Bigints and int/double diff. not supported.
83 typed_data_test: Skip # This is a VM test 83 typed_data_test: Skip # This is a VM test
84 typed_data_view_test: Skip # This is a VM test 84 typed_data_view_test: Skip # This is a VM test
85 typed_data_isolate_test: Skip # This is a VM test
85 typed_array_test: Skip # This is a VM test 86 typed_array_test: Skip # This is a VM test
86 float_array_test: Skip # This is a VM test 87 float_array_test: Skip # This is a VM test
87 int_array_test: Skip # This is a VM test 88 int_array_test: Skip # This is a VM test
88 byte_array_view_optimized_test: Skip # This is a VM test 89 byte_array_view_optimized_test: Skip # This is a VM test
89 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 90 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
90 int_array_load_elimination_test: Skip # This is a VM test 91 int_array_load_elimination_test: Skip # This is a VM test
91 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 92 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 93 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 94 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 95 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
(...skipping 26 matching lines...) Expand all
121 *: Skip 122 *: Skip
122 123
123 [ $arch == simarm ] 124 [ $arch == simarm ]
124 *: Skip 125 *: Skip
125 126
126 [ $arch == mips ] 127 [ $arch == mips ]
127 *: Skip 128 *: Skip
128 129
129 [ $arch == simmips ] 130 [ $arch == simmips ]
130 *: Skip 131 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/raw_object_snapshot.cc ('k') | tests/standalone/typed_data_isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698