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

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

Issue 27307005: Change == into an instance call to allow polymorphic inlining of ==. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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
(...skipping 11 matching lines...) Expand all
22 vmservice/isolate_code_test: Skip # Issue 14448 22 vmservice/isolate_code_test: Skip # Issue 14448
23 vmservice/isolate_echo_test: Skip # Issue 14448 23 vmservice/isolate_echo_test: Skip # Issue 14448
24 vmservice/isolate_function_test: Skip # Issue 14448 24 vmservice/isolate_function_test: Skip # Issue 14448
25 vmservice/isolate_library_test: Skip # Issue 14448 25 vmservice/isolate_library_test: Skip # Issue 14448
26 vmservice/isolate_list_test: Skip # Issue 14448 26 vmservice/isolate_list_test: Skip # Issue 14448
27 vmservice/isolate_stacktrace_command_test: Skip # Issue 14448 27 vmservice/isolate_stacktrace_command_test: Skip # Issue 14448
28 vmservice/multiple_isolate_list_test: Skip # Issue 14448 28 vmservice/multiple_isolate_list_test: Skip # Issue 14448
29 vmservice/unknown_command_test: Skip # Issue 14448 29 vmservice/unknown_command_test: Skip # Issue 14448
30 vmservice/unknown_isolate_command_test: Skip # Issue 14448 30 vmservice/unknown_isolate_command_test: Skip # Issue 14448
31 31
32 issue14236_test: Pass, Fail, Crash # Issue 14516.
32 33
33 [ $runtime == vm && $checked ] 34 [ $runtime == vm && $checked ]
34 # These tests have type errors on purpose. 35 # These tests have type errors on purpose.
35 io/process_invalid_arguments_test: Fail, OK 36 io/process_invalid_arguments_test: Fail, OK
36 io/directory_invalid_arguments_test: Fail, OK 37 io/directory_invalid_arguments_test: Fail, OK
37 io/file_invalid_arguments_test: Fail, OK 38 io/file_invalid_arguments_test: Fail, OK
38 io/socket_invalid_arguments_test: Fail, OK 39 io/socket_invalid_arguments_test: Fail, OK
39 io/stdout_bad_argument_test: Fail, OK 40 io/stdout_bad_argument_test: Fail, OK
40 # These test have type errors on purpose and take very long to run in 41 # These test have type errors on purpose and take very long to run in
41 # checked mode with no benefit. Skip. 42 # checked mode with no benefit. Skip.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 io/raw_secure_server_socket_argument_test: StaticWarning 191 io/raw_secure_server_socket_argument_test: StaticWarning
191 io/secure_socket_argument_test: StaticWarning 192 io/secure_socket_argument_test: StaticWarning
192 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning 193 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning
193 io/stdout_bad_argument_test: StaticWarning 194 io/stdout_bad_argument_test: StaticWarning
194 io/test_runner_test: CompileTimeError, StaticWarning 195 io/test_runner_test: CompileTimeError, StaticWarning
195 package/package1_test: StaticWarning 196 package/package1_test: StaticWarning
196 package/package_test: StaticWarning 197 package/package_test: StaticWarning
197 typed_data_test: StaticWarning 198 typed_data_test: StaticWarning
198 typed_data_view_test: StaticWarning 199 typed_data_view_test: StaticWarning
199 200
OLDNEW
« runtime/vm/flow_graph_type_propagator.cc ('K') | « runtime/vm/symbols.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698