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

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

Issue 21301003: Fixes javascript integer overflow check. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 io/process_non_ascii_test: Pass, Fail 45 io/process_non_ascii_test: Pass, Fail
46 46
47 [ $compiler == none && $runtime == drt ] 47 [ $compiler == none && $runtime == drt ]
48 typed_data_isolate_test: Skip # This test uses dart:io 48 typed_data_isolate_test: Skip # This test uses dart:io
49 io/*: Skip # Don't run tests using dart:io in the browser 49 io/*: Skip # Don't run tests using dart:io in the browser
50 package/*: Skip # Do not run those in Dartium. 50 package/*: Skip # Do not run those in Dartium.
51 debugger/*: Skip # Do not run standalone debugger tests in browser. 51 debugger/*: Skip # Do not run standalone debugger tests in browser.
52 coverage_test: Skip 52 coverage_test: Skip
53 http_launch_test: Skip 53 http_launch_test: Skip
54 vmservice/*: Skip # Do not run standalone vm service tests in browser. 54 vmservice/*: Skip # Do not run standalone vm service tests in browser.
55 53bit_overflow_literal_test: fail # Issue 12044
56 53bit_overflow_test: fail # Issue 12044
57 55
siva 2013/07/31 16:08:28 Does it make sense to rename these tests javascrip
zra 2013/07/31 17:46:31 Done.
58 56
59 [ $compiler == dartanalyzer ] 57 [ $compiler == dartanalyzer ]
60 53bit_overflow_literal_test/01: fail, ok 58 53bit_overflow_literal_test/01: fail, ok
61 59
62 # test issue https://code.google.com/p/dart/issues/detail?id=11518 60 # test issue https://code.google.com/p/dart/issues/detail?id=11518
63 io/file_constructor_test: fail 61 io/file_constructor_test: fail
64 62
65 # The dart:io library is created at build time from separate files, and 63 # The dart:io library is created at build time from separate files, and
66 # there is no language-spec compatible way to run unit tests on the private 64 # there is no language-spec compatible way to run unit tests on the private
67 # members and methods of dart:io. 65 # members and methods of dart:io.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 [ $arch == mips ] 155 [ $arch == mips ]
158 *: Skip 156 *: Skip
159 157
160 [ $arch == simmips ] 158 [ $arch == simmips ]
161 io/file_fuzz_test: Pass, Timeout 159 io/file_fuzz_test: Pass, Timeout
162 io/web_socket_test: Pass, Slow 160 io/web_socket_test: Pass, Slow
163 io/http_server_response_test: Pass, Slow 161 io/http_server_response_test: Pass, Slow
164 out_of_memory_test: Skip # passes on Mac, crashes on Linux 162 out_of_memory_test: Skip # passes on Mac, crashes on Linux
165 oom_error_stacktrace_test: Skip # Fails on Linux 163 oom_error_stacktrace_test: Skip # Fails on Linux
166 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 164 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
OLDNEW
« runtime/vm/object.cc ('K') | « tests/standalone/53bit_overflow_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698