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

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

Issue 11414136: Implement proposed new identity spec. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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/number_identity_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) 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 io/secure_socket_test: Pass, Timeout # Issue 6730. 9 io/secure_socket_test: Pass, Timeout # Issue 6730.
10 io/secure_stream_test: Pass, Timeout # Issue 6730. 10 io/secure_stream_test: Pass, Timeout # Issue 6730.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 *: Skip 56 *: Skip
57 57
58 [ $arch == arm ] 58 [ $arch == arm ]
59 *: Skip 59 *: Skip
60 60
61 61
62 [ $arch == simarm ] 62 [ $arch == simarm ]
63 *: Skip 63 *: Skip
64 64
65 [ $compiler == dart2js ] 65 [ $compiler == dart2js ]
66 number_identity_test: Skip # Bigints and int/double diff. not supported.
66 typed_array_test: Skip # This is a VM test 67 typed_array_test: Skip # This is a VM test
67 float_array_test: Skip # This is a VM test 68 float_array_test: Skip # This is a VM test
68 int_array_test: Skip # This is a VM test 69 int_array_test: Skip # This is a VM test
69 medium_integer_test: Fail, OK # cannot resolve type Mint 70 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. 71 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 72 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
72 73
73 [ $compiler == dart2js && $jscl ] 74 [ $compiler == dart2js && $jscl ]
74 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 75 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
75 byte_array_test: Fail, OK # ByteArray 76 byte_array_test: Fail, OK # ByteArray
76 deoptimization_test: Fail, OK # Requires bigint. 77 deoptimization_test: Fail, OK # Requires bigint.
77 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 78 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
78 io/http_parser_test: Fail, OK # ByteArray 79 io/http_parser_test: Fail, OK # ByteArray
79 io/options_test: Fail, OK # Cannot pass options to d8. 80 io/options_test: Fail, OK # Cannot pass options to d8.
80 81
81 [ $compiler == dart2js && $runtime == none ] 82 [ $compiler == dart2js && $runtime == none ]
82 io/options_test: Fail 83 io/options_test: Fail
83 84
84 [ $compiler == dart2js && $browser ] 85 [ $compiler == dart2js && $browser ]
85 *: Skip 86 *: Skip
86 87
87 [ $compiler == dart2js && $checked ] 88 [ $compiler == dart2js && $checked ]
88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 89 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 90 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
90 91
91 [ $compiler == dart2dart ] 92 [ $compiler == dart2dart ]
92 # Skip until we stabilize language tests. 93 # Skip until we stabilize language tests.
93 *: Skip 94 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/number_identity_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698