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

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

Issue 14332002: Add endian parameter to the get/set functions in ByteData. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/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
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 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t o date. 8 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t o date.
9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec utable is not up to date. 9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec utable is not up to date.
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 71 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
72 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 72 io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
73 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 73 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
74 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 74 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
75 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 75 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
76 76
77 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 77 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
78 78
79 [ $compiler == dart2js ] 79 [ $compiler == dart2js ]
80 number_identity_test: Skip # Bigints and int/double diff. not supported. 80 number_identity_test: Skip # Bigints and int/double diff. not supported.
81 typed_data_test: Skip # This is a VM test 81 typed_data_test: Skip # dart:typeddata support needed.
82 typed_data_view_test: Skip # This is a VM test 82 bytedata_test: Skip # dart:typeddata support needed.
83 typed_data_isolate_test: Skip # This is a VM test 83 typed_data_view_test: Skip # dart:typeddata support needed.
84 typed_array_test: Skip # This is a VM test 84 typed_data_isolate_test: Skip # dart:typeddata support needed.
85 float_array_test: Skip # This is a VM test 85 typed_array_test: Skip # dart:typeddata support needed.
86 int_array_test: Skip # This is a VM test 86 float_array_test: Skip # dart:typeddata support needed.
87 byte_array_view_optimized_test: Skip # This is a VM test 87 int_array_test: Skip # dart:typeddata support needed.
88 byte_array_view_optimized_test: Skip # dart:typeddata support needed.
88 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 89 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
89 int_array_load_elimination_test: Skip # This is a VM test 90 int_array_load_elimination_test: Skip # This is a VM test
90 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 91 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
91 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
92 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
93 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
94 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
95 96
96 [ $compiler == dart2js && $jscl ] 97 [ $compiler == dart2js && $jscl ]
97 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
(...skipping 22 matching lines...) Expand all
120 *: Skip 121 *: Skip
121 122
122 [ $arch == simarm ] 123 [ $arch == simarm ]
123 *: Skip 124 *: Skip
124 125
125 [ $arch == mips ] 126 [ $arch == mips ]
126 *: Skip 127 *: Skip
127 128
128 [ $arch == simmips ] 129 [ $arch == simmips ]
129 *: Skip 130 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698