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

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

Issue 11194052: Update status for jsshell to make the builders green. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/language/language_dart2js.status ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 out_of_memory_test: Skip # Issue 2345 5 out_of_memory_test: Skip # Issue 2345
6 6
7 package/invalid_uri_test: Fail, OK # Fails intentionally 7 package/invalid_uri_test: Fail, OK # Fails intentionally
8 8
9 [ $runtime == vm ] 9 [ $runtime == vm ]
10 # The following tests require files in the tools-directory to be modified. 10 # The following tests require files in the tools-directory to be modified.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 [ $arch == simarm ] 63 [ $arch == simarm ]
64 *: Skip 64 *: Skip
65 65
66 [ $compiler == dart2js ] 66 [ $compiler == dart2js ]
67 float_array_test: Skip # This is a VM test 67 float_array_test: Skip # This is a VM test
68 int_array_test: Skip # This is a VM test 68 int_array_test: Skip # This is a VM test
69 medium_integer_test: Fail, OK # cannot resolve type Mint 69 medium_integer_test: Fail, OK # cannot resolve type Mint
70 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 70 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
71 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 71 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
72 72
73 [ $compiler == dart2js && $runtime == d8 ] 73 [ $compiler == dart2js && $jscl ]
74 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 74 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
75 byte_array_test: Fail, OK # ByteArray 75 byte_array_test: Fail, OK # ByteArray
76 deoptimization_test: Fail, OK # Requires bigint. 76 deoptimization_test: Fail, OK # Requires bigint.
77 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 77 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
78 io/http_parser_test: Fail, OK # ByteArray 78 io/http_parser_test: Fail, OK # ByteArray
79 io/options_test: Fail, OK # Cannot pass options to d8. 79 io/options_test: Fail, OK # Cannot pass options to d8.
80 80
81 [ $compiler == dart2js && $runtime == none ] 81 [ $compiler == dart2js && $runtime == none ]
82 io/options_test: Fail 82 io/options_test: Fail
83 83
84 [ $compiler == dart2js && $browser ] 84 [ $compiler == dart2js && $browser ]
85 *: Skip 85 *: Skip
86 86
87 [ $compiler == dart2js && $checked ] 87 [ $compiler == dart2js && $checked ]
88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
90 90
91 [ $compiler == dart2dart ] 91 [ $compiler == dart2dart ]
92 # Skip until we stabilize language tests. 92 # Skip until we stabilize language tests.
93 *: Skip 93 *: Skip
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698