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

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

Issue 11977003: Update test status for scalar list test and move it to the right directory. (Closed) Base URL: http://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 | « tests/standalone/int_array_load_elimination_test.dart ('k') | 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 package/package_isolate_test: Fail # Issue 7520. 8 package/package_isolate_test: Fail # Issue 7520.
9 io/test_runner_test: Pass, Fail # Issue 1947 9 io/test_runner_test: Pass, Fail # Issue 1947
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 82
83 [ $arch == simarm ] 83 [ $arch == simarm ]
84 *: Skip 84 *: Skip
85 85
86 [ $compiler == dart2js ] 86 [ $compiler == dart2js ]
87 number_identity_test: Skip # Bigints and int/double diff. not supported. 87 number_identity_test: Skip # Bigints and int/double diff. not supported.
88 typed_array_test: Skip # This is a VM test 88 typed_array_test: Skip # This is a VM test
89 float_array_test: Skip # This is a VM test 89 float_array_test: Skip # This is a VM test
90 int_array_test: Skip # This is a VM test 90 int_array_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.
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.
98 byte_array_test: Fail, OK # ByteArray 99 byte_array_test: Fail, OK # ByteArray
99 deoptimization_test: Fail, OK # Requires bigint. 100 deoptimization_test: Fail, OK # Requires bigint.
100 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.
101 io/http_parser_test: Fail, OK # ByteArray 102 io/http_parser_test: Fail, OK # ByteArray
102 io/options_test: Fail, OK # Cannot pass options to d8. 103 io/options_test: Fail, OK # Cannot pass options to d8.
103 104
104 [ $compiler == dart2js && $runtime == none ] 105 [ $compiler == dart2js && $runtime == none ]
105 io/options_test: Fail 106 io/options_test: Fail
106 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 107 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
107 108
108 [ $compiler == dart2js && $browser ] 109 [ $compiler == dart2js && $browser ]
109 *: Skip 110 *: Skip
110 111
111 [ $compiler == dart2js && $checked ] 112 [ $compiler == dart2js && $checked ]
112 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
113 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
114 115
115 [ $compiler == dart2dart ] 116 [ $compiler == dart2dart ]
116 # Skip until we stabilize language tests. 117 # Skip until we stabilize language tests.
117 *: Skip 118 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/int_array_load_elimination_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698