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

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

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Clean up an ugly comment. Created 5 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
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 171
172 [ $compiler == dart2js && $cps_ir ] 172 [ $compiler == dart2js && $cps_ir ]
173 io/addlatexhash_test: Crash # (try {test(tempDir.path);}finally {tempDir.delete( recursive:true);}): try/finally 173 io/addlatexhash_test: Crash # (try {test(tempDir.path);}finally {tempDir.delete( recursive:true);}): try/finally
174 io/create_recursive_test: Crash # (try {var file=new F... try/finally 174 io/create_recursive_test: Crash # (try {var file=new F... try/finally
175 io/directory_list_pause_test: Crash # Invalid argument(s) 175 io/directory_list_pause_test: Crash # Invalid argument(s)
176 io/file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 176 io/file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
177 io/file_typed_data_test: Crash # Invalid argument(s) 177 io/file_typed_data_test: Crash # Invalid argument(s)
178 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as ync* functions 178 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as ync* functions
179 io/http_cookie_date_test: Crash # Invalid argument(s) 179 io/http_cookie_date_test: Crash # Invalid argument(s)
180 io/http_headers_test: Crash # (switch (name.length... Unhandled node 180 io/http_headers_test: Crash # (switch (name.length... Unhandled node
181 io/http_parser_test: Crash # (switch (_state){cas... Unhandled node
182 io/http_proxy_test: Crash # Invalid argument(s) 181 io/http_proxy_test: Crash # Invalid argument(s)
183 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as ync/sync*/async* functions 182 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as ync/sync*/async* functions
184 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions 183 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions
185 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions 184 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions
186 io/platform_resolved_executable_test/01: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally 185 io/platform_resolved_executable_test/01: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally
187 io/platform_resolved_executable_test/02: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally 186 io/platform_resolved_executable_test/02: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally
188 io/platform_resolved_executable_test/04: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally 187 io/platform_resolved_executable_test/04: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally
189 io/platform_resolved_executable_test/05: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally 188 io/platform_resolved_executable_test/05: Crash # (try {test(tempDir);}finally {t empDir.deleteSync(recursive:true);}): try/finally
190 io/raw_datagram_socket_test: Crash # (switch (event){case... Unhandled node
191 io/raw_secure_server_closing_test: Crash # Invalid argument(s) 189 io/raw_secure_server_closing_test: Crash # Invalid argument(s)
192 io/raw_secure_server_socket_test: Crash # Invalid argument(s) 190 io/raw_secure_server_socket_test: Crash # Invalid argument(s)
193 io/raw_secure_socket_pause_test: Crash # (switch (event){case... Unhandled node
194 io/raw_secure_socket_test: Crash # (switch (event){case... Unhandled node
195 io/raw_server_socket_cancel_test: Crash # (switch (event){case... Unhandled nod e
196 io/raw_socket_cross_process_test: Crash # (switch (event){case... Unhandled nod e
197 io/raw_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 191 io/raw_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
198 io/raw_socket_typed_data_test: Crash # Invalid argument(s) 192 io/raw_socket_typed_data_test: Crash # Invalid argument(s)
199 io/regress_21160_test: Crash # (switch (event){case... Unhandled node
200 io/secure_client_raw_server_test: Crash # (switch (event){case... Unhandled nod e
201 io/secure_server_closing_test: Crash # Invalid argument(s) 193 io/secure_server_closing_test: Crash # Invalid argument(s)
202 io/secure_server_socket_test: Crash # Invalid argument(s) 194 io/secure_server_socket_test: Crash # Invalid argument(s)
203 io/secure_socket_bad_data_test: Crash # (switch (event){case... Unhandled node
204 io/skipping_dart2js_compilations_test: Crash # (switch (segment){ca... Unhandle d node 195 io/skipping_dart2js_compilations_test: Crash # (switch (segment){ca... Unhandle d node
205 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/ async* functions 196 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/ async* functions
206 io/socket_close_test: Crash # (switch (_mode){case... Unhandled node
207 io/socket_exception_test: Crash # Invalid argument(s) 197 io/socket_exception_test: Crash # Invalid argument(s)
208 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as ync/sync*/async* functions 198 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as ync/sync*/async* functions
209 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s) 199 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s)
210 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node
211 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node
212 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node 200 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node
213 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined 201 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined
OLDNEW
« pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart ('K') | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698