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

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

Issue 19622003: VM Service isolate listing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 io/directory_non_ascii_test: Pass, Fail 46 io/directory_non_ascii_test: Pass, Fail
47 io/process_non_ascii_test: Pass, Fail 47 io/process_non_ascii_test: Pass, Fail
48 48
49 [ $compiler == none && $runtime == drt ] 49 [ $compiler == none && $runtime == drt ]
50 typed_data_isolate_test: Skip # This test uses dart:io 50 typed_data_isolate_test: Skip # This test uses dart:io
51 io/*: Skip # Don't run tests using dart:io in the browser 51 io/*: Skip # Don't run tests using dart:io in the browser
52 package/*: Skip # Do not run those in Dartium. 52 package/*: Skip # Do not run those in Dartium.
53 debugger/*: Skip # Do not run standalone debugger tests in browser. 53 debugger/*: Skip # Do not run standalone debugger tests in browser.
54 coverage_test: Skip 54 coverage_test: Skip
55 http_launch_test: Skip 55 http_launch_test: Skip
56 vmservice/*: Skip # Do not run standalone vm service tests in browser.
56 57
57 58
58 [ $compiler == dartanalyzer ] 59 [ $compiler == dartanalyzer ]
59 53bit_overflow_literal_test/01: fail, ok 60 53bit_overflow_literal_test/01: fail, ok
60 61
61 # test issue https://code.google.com/p/dart/issues/detail?id=11518 62 # test issue https://code.google.com/p/dart/issues/detail?id=11518
62 io/file_constructor_test: fail 63 io/file_constructor_test: fail
63 64
64 # The dart:io library is created at build time from separate files, and 65 # The dart:io library is created at build time from separate files, and
65 # there is no language-spec compatible way to run unit tests on the private 66 # there is no language-spec compatible way to run unit tests on the private
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 int_array_load_elimination_test: Skip # This is a VM test 105 int_array_load_elimination_test: Skip # This is a VM test
105 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 106 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
106 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 107 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
107 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 108 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
108 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 109 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 110 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
110 pow_test: Skip # Precision > 53 bits. 111 pow_test: Skip # Precision > 53 bits.
111 http_launch_test: Skip 112 http_launch_test: Skip
112 53bit_overflow_test: Skip 113 53bit_overflow_test: Skip
113 53bit_overflow_literal_test: Skip 114 53bit_overflow_literal_test: Skip
115 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
114 116
115 117
116 [ $compiler == dart2js && $jscl ] 118 [ $compiler == dart2js && $jscl ]
117 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 119 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
118 byte_array_test: Fail, OK # ByteArray 120 byte_array_test: Fail, OK # ByteArray
119 deoptimization_test: Fail, OK # Requires bigint. 121 deoptimization_test: Fail, OK # Requires bigint.
120 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 122 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
121 io/options_test: Fail, OK # Cannot pass options to d8. 123 io/options_test: Fail, OK # Cannot pass options to d8.
122 124
123 [ $compiler == dart2js && $runtime == none ] 125 [ $compiler == dart2js && $runtime == none ]
(...skipping 16 matching lines...) Expand all
140 142
141 [ $arch == simarm ] 143 [ $arch == simarm ]
142 out_of_memory_test: Skip # passes on Mac, crashes on Linux 144 out_of_memory_test: Skip # passes on Mac, crashes on Linux
143 145
144 [ $arch == mips ] 146 [ $arch == mips ]
145 *: Skip 147 *: Skip
146 148
147 [ $arch == simmips ] 149 [ $arch == simmips ]
148 io/file_fuzz_test: Pass, Timeout 150 io/file_fuzz_test: Pass, Timeout
149 out_of_memory_test: Skip # passes on Mac, crashes on Linux 151 out_of_memory_test: Skip # passes on Mac, crashes on Linux
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698