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

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

Issue 11782014: Update dart2js status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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) 2012, 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 # These tests fail because the test scripts do not use the new streams library. 7 # These tests fail because the test scripts do not use the new streams library.
8 # When the test scripts are updated, and the precompiled dart executable is 8 # When the test scripts are updated, and the precompiled dart executable is
9 # updated, they will be re-enabled. Issue 7724. 9 # updated, they will be re-enabled. Issue 7724.
10 io/test_runner_test: Pass, Fail 10 io/test_runner_test: Pass, Fail
11 io/test_runner_exit_code_test: Pass, Fail 11 io/test_runner_exit_code_test: Pass, Fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 [ $arch == simarm ] 94 [ $arch == simarm ]
95 *: Skip 95 *: Skip
96 96
97 [ $compiler == dart2js ] 97 [ $compiler == dart2js ]
98 number_identity_test: Skip # Bigints and int/double diff. not supported. 98 number_identity_test: Skip # Bigints and int/double diff. not supported.
99 typed_array_test: Skip # This is a VM test 99 typed_array_test: Skip # This is a VM test
100 float_array_test: Skip # This is a VM test 100 float_array_test: Skip # This is a VM test
101 int_array_test: Skip # This is a VM test 101 int_array_test: Skip # This is a VM test
102 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.
103 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.
104 io/http_server_handler_test: Fail # Issue 7739.
105 io/http_server_early_client_close_test: Fail, Pass # Issue 7739 (passes in check ed mode).
104 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 106 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
105 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 107 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
106 108
107 [ $compiler == dart2js && $jscl ] 109 [ $compiler == dart2js && $jscl ]
108 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 110 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
109 byte_array_test: Fail, OK # ByteArray 111 byte_array_test: Fail, OK # ByteArray
110 deoptimization_test: Fail, OK # Requires bigint. 112 deoptimization_test: Fail, OK # Requires bigint.
111 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 113 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
112 io/http_parser_test: Fail, OK # ByteArray 114 io/http_parser_test: Fail, OK # ByteArray
113 io/options_test: Fail, OK # Cannot pass options to d8. 115 io/options_test: Fail, OK # Cannot pass options to d8.
114 116
115 [ $compiler == dart2js && $runtime == none ] 117 [ $compiler == dart2js && $runtime == none ]
116 io/options_test: Fail 118 io/options_test: Fail
117 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 119 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
118 120
119 [ $compiler == dart2js && $browser ] 121 [ $compiler == dart2js && $browser ]
120 *: Skip 122 *: Skip
121 123
122 [ $compiler == dart2js && $checked ] 124 [ $compiler == dart2js && $checked ]
123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 125 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 126 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
125 127
126 [ $compiler == dart2dart ] 128 [ $compiler == dart2dart ]
127 # Skip until we stabilize language tests. 129 # Skip until we stabilize language tests.
128 *: Skip 130 *: 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