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

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

Issue 13842018: dart2js now supports typeddata and can run the http_parser test (Closed) Base URL: https://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
« 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 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 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.
93 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
94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
96 96
97 [ $compiler == dart2js && $jscl ] 97 [ $compiler == dart2js && $jscl ]
98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
99 byte_array_test: Fail, OK # ByteArray 99 byte_array_test: Fail, OK # ByteArray
100 deoptimization_test: Fail, OK # Requires bigint. 100 deoptimization_test: Fail, OK # Requires bigint.
101 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 101 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
102 io/http_parser_test: Fail, OK # ByteArray
103 io/options_test: Fail, OK # Cannot pass options to d8. 102 io/options_test: Fail, OK # Cannot pass options to d8.
104 103
105 [ $compiler == dart2js && $runtime == none ] 104 [ $compiler == dart2js && $runtime == none ]
106 io/options_test: Fail 105 io/options_test: Fail
107 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 106 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
108 107
109 [ $compiler == dart2js && $browser ] 108 [ $compiler == dart2js && $browser ]
110 *: Skip 109 *: Skip
111 110
112 [ $compiler == dart2js && $checked ] 111 [ $compiler == dart2js && $checked ]
113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 112 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 113 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
115 114
116 [ $compiler == dart2dart ] 115 [ $compiler == dart2dart ]
117 # Skip until we stabilize language tests. 116 # Skip until we stabilize language tests.
118 *: Skip 117 *: Skip
119 118
120 [ $arch == arm ] 119 [ $arch == arm ]
121 *: Skip 120 *: Skip
122 121
123 [ $arch == simarm ] 122 [ $arch == simarm ]
124 *: Skip 123 *: Skip
125 124
126 [ $arch == mips ] 125 [ $arch == mips ]
127 *: Skip 126 *: Skip
128 127
129 [ $arch == simmips ] 128 [ $arch == simmips ]
130 *: Skip 129 *: 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