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

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

Issue 17550009: In FiftyThreeBitOverflow, stores overflowing value as a string. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « runtime/vm/object.cc ('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 # 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 io/process_non_ascii_test: Pass, Fail 51 io/process_non_ascii_test: Pass, Fail
52 52
53 [ $compiler == none && $runtime == drt ] 53 [ $compiler == none && $runtime == drt ]
54 typed_data_isolate_test: Skip # This test uses dart:io 54 typed_data_isolate_test: Skip # This test uses dart:io
55 io/*: Skip # Don't run tests using dart:io in the browser 55 io/*: Skip # Don't run tests using dart:io in the browser
56 package/*: Skip # Do not run those in Dartium. 56 package/*: Skip # Do not run those in Dartium.
57 debugger/*: Skip # Do not run standalone debugger tests in browser. 57 debugger/*: Skip # Do not run standalone debugger tests in browser.
58 coverage_test: Skip 58 coverage_test: Skip
59 http_launch_test: Skip 59 http_launch_test: Skip
60 60
61 [ ($runtime == vm || $runtime == drt) && $arch == x64 ]
62 53bit_overflow_test: Fail # Issue 11411
63
64 [ $compiler == dartc ] 61 [ $compiler == dartc ]
65 62
66 # package test issue 7392 63 # package test issue 7392
67 package/package1_test: Fail 64 package/package1_test: Fail
68 package/package_test: Fail 65 package/package_test: Fail
69 io/test_runner_test: Fail # Library dart:uri removed. 66 io/test_runner_test: Fail # Library dart:uri removed.
70 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 67 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
71 68
72 69
73 # The dart:io library is created at build time from separate files, and 70 # The dart:io library is created at build time from separate files, and
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 160
164 [ $arch == arm || $arch == simarm ] 161 [ $arch == arm || $arch == simarm ]
165 *: Skip # Many of these tests are still flaky on arm, so skipping until we 162 *: Skip # Many of these tests are still flaky on arm, so skipping until we
166 # actually start working on implementing the needed features. 163 # actually start working on implementing the needed features.
167 164
168 [ $arch == mips ] 165 [ $arch == mips ]
169 *: Skip 166 *: Skip
170 167
171 [ $arch == simmips ] 168 [ $arch == simmips ]
172 *: Skip 169 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698