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

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

Issue 260713008: Add support for javascript incompatibility warnings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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 # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
11 11
12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
13 13
14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:'
15
14 [ $runtime == vm ] 16 [ $runtime == vm ]
15 package/package_isolate_test: Fail # Issue 12474 17 package/package_isolate_test: Fail # Issue 12474
16 18
17 [ $runtime == vm && $checked ] 19 [ $runtime == vm && $checked ]
18 # These tests have type errors on purpose. 20 # These tests have type errors on purpose.
19 io/process_invalid_arguments_test: Fail, OK 21 io/process_invalid_arguments_test: Fail, OK
20 io/directory_invalid_arguments_test: Fail, OK 22 io/directory_invalid_arguments_test: Fail, OK
21 io/file_invalid_arguments_test: Fail, OK 23 io/file_invalid_arguments_test: Fail, OK
22 io/internet_address_invalid_arguments_test: Fail, OK 24 io/internet_address_invalid_arguments_test: Fail, OK
23 io/socket_invalid_arguments_test: Fail, OK 25 io/socket_invalid_arguments_test: Fail, OK
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 76 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
75 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 77 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
76 pow_test: Skip # Precision > 53 bits. 78 pow_test: Skip # Precision > 53 bits.
77 double_smi_comparison_test: Skip # Precision > 53 bits. 79 double_smi_comparison_test: Skip # Precision > 53 bits.
78 http_launch_test: Skip 80 http_launch_test: Skip
79 javascript_int_overflow_test: Skip 81 javascript_int_overflow_test: Skip
80 javascript_int_overflow_literal_test: Skip 82 javascript_int_overflow_literal_test: Skip
81 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 83 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
82 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 84 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
83 issue14236_test: Skip # dart2js does not deal with Script snapshots. 85 issue14236_test: Skip # dart2js does not deal with Script snapshots.
86 javascript_compatibility_errors_test: Skip
87 javascript_compatibility_warnings_test: Skip
84 88
85 [ $compiler == dart2js && $jscl ] 89 [ $compiler == dart2js && $jscl ]
86 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 90 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
87 deoptimization_test: RuntimeError, OK # Requires bigint. 91 deoptimization_test: RuntimeError, OK # Requires bigint.
88 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 92 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
89 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 93 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
90 94
91 [ $compiler == dart2js && $runtime == none ] 95 [ $compiler == dart2js && $runtime == none ]
92 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 96 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
93 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 97 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 134 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
131 io/directory_invalid_arguments_test: StaticWarning 135 io/directory_invalid_arguments_test: StaticWarning
132 io/process_invalid_arguments_test: StaticWarning 136 io/process_invalid_arguments_test: StaticWarning
133 io/raw_secure_server_socket_argument_test: StaticWarning 137 io/raw_secure_server_socket_argument_test: StaticWarning
134 io/secure_socket_argument_test: StaticWarning 138 io/secure_socket_argument_test: StaticWarning
135 io/stdout_bad_argument_test: StaticWarning 139 io/stdout_bad_argument_test: StaticWarning
136 package/package1_test: StaticWarning 140 package/package1_test: StaticWarning
137 package/package_test: StaticWarning 141 package/package_test: StaticWarning
138 typed_data_test: StaticWarning 142 typed_data_test: StaticWarning
139 typed_data_view_test: StaticWarning 143 typed_data_view_test: StaticWarning
144 javascript_compatibility_errors_test: Skip
145 javascript_compatibility_warnings_test: Skip
140 146
OLDNEW
« runtime/vm/symbols.h ('K') | « tests/standalone/javascript_compatibility_warnings_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698