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

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

Issue 20455002: Mark 53bit_overflow_literal_test as failing (see issue 12044). (Closed) Base URL: http://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
« 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 # 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 io/process_non_ascii_test: Pass, Fail 42 io/process_non_ascii_test: Pass, Fail
43 43
44 [ $compiler == none && $runtime == drt ] 44 [ $compiler == none && $runtime == drt ]
45 typed_data_isolate_test: Skip # This test uses dart:io 45 typed_data_isolate_test: Skip # This test uses dart:io
46 io/*: Skip # Don't run tests using dart:io in the browser 46 io/*: Skip # Don't run tests using dart:io in the browser
47 package/*: Skip # Do not run those in Dartium. 47 package/*: Skip # Do not run those in Dartium.
48 debugger/*: Skip # Do not run standalone debugger tests in browser. 48 debugger/*: Skip # Do not run standalone debugger tests in browser.
49 coverage_test: Skip 49 coverage_test: Skip
50 http_launch_test: Skip 50 http_launch_test: Skip
51 vmservice/*: Skip # Do not run standalone vm service tests in browser. 51 vmservice/*: Skip # Do not run standalone vm service tests in browser.
52 53bit_overflow_literal_test: fail # Issue 12044
52 53
53 54
54 [ $compiler == dartanalyzer ] 55 [ $compiler == dartanalyzer ]
55 53bit_overflow_literal_test/01: fail, ok 56 53bit_overflow_literal_test/01: fail, ok
56 57
57 # test issue https://code.google.com/p/dart/issues/detail?id=11518 58 # test issue https://code.google.com/p/dart/issues/detail?id=11518
58 io/file_constructor_test: fail 59 io/file_constructor_test: fail
59 60
60 # The dart:io library is created at build time from separate files, and 61 # The dart:io library is created at build time from separate files, and
61 # there is no language-spec compatible way to run unit tests on the private 62 # there is no language-spec compatible way to run unit tests on the private
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 150 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
150 151
151 [ $arch == mips ] 152 [ $arch == mips ]
152 *: Skip 153 *: Skip
153 154
154 [ $arch == simmips ] 155 [ $arch == simmips ]
155 io/file_fuzz_test: Pass, Timeout 156 io/file_fuzz_test: Pass, Timeout
156 out_of_memory_test: Skip # passes on Mac, crashes on Linux 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux
157 oom_error_stacktrace_test: Skip # Fails on Linux 158 oom_error_stacktrace_test: Skip # Fails on Linux
158 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 159 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
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