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

Side by Side Diff: tests/compiler/dart2js/dart2js.status

Issue 1355563002: Abandon type inference on closures that (potentially) flow into Function.apply. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 compile_with_empty_libraries_test: Fail # Issue 24223 5 compile_with_empty_libraries_test: Fail # Issue 24223
6 6
7 boolified_operator_test: Fail # Issue 8001 7 boolified_operator_test: Fail # Issue 8001
8 8
9 async_await_js_transform_test/01: RuntimeError # Issue 23997 9 async_await_js_transform_test/01: RuntimeError # Issue 23997
10 10
11 # Don't mark these tests as failing. Instead, fix the errors/warnings that they 11 # Don't mark these tests as failing. Instead, fix the errors/warnings that they
12 # report or update the whitelist in the test-files to temporarily allow 12 # report or update the whitelist in the test-files to temporarily allow
13 # digression. 13 # digression.
14 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. 14 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE.
15 15
16 # simple_function_subtype_test is temporarily(?) disabled due to new method for 16 # simple_function_subtype_test is temporarily(?) disabled due to new method for
17 # building function type tests. 17 # building function type tests.
18 simple_function_subtype_test: Fail 18 simple_function_subtype_test: Fail
19 19
20 simple_inferrer_const_closure_test: Fail # Issue 16507 20 simple_inferrer_const_closure_test: Fail # Issue 16507
21 simple_inferrer_const_closure2_test: Fail # Issue 16507 21 simple_inferrer_const_closure2_test: Fail # Issue 16507
22 simple_inferrer_global_field_closure_test: Fail # Issue 16507 22 simple_inferrer_global_field_closure_test: Fail # Issue 16507
23 simple_inferrer_const_closure_default_test/05: Fail # Issue 24297
24 simple_inferrer_const_closure_default_test/06: Fail # Issue 24297
25 simple_inferrer_const_closure_default_test/09: Fail # Issue 24297
26 simple_inferrer_const_closure_default_test/10: Fail # Issue 24297
27 simple_inferrer_const_closure_default_test/11: Fail # Issue 24297
28 simple_inferrer_const_closure_default_test/12: Fail # Issue 24297
29 23
30 logical_expression_test: Fail # Issue 17027 24 logical_expression_test: Fail # Issue 17027
31 25
32 gvn_dynamic_field_get_test: Fail # Issue 18519 26 gvn_dynamic_field_get_test: Fail # Issue 18519
33 27
34 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 28 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159
35 29
36 mirrors/library_exports_hidden_test: Fail 30 mirrors/library_exports_hidden_test: Fail
37 mirrors/library_exports_shown_test: Fail 31 mirrors/library_exports_shown_test: Fail
38 mirrors/library_imports_hidden_test: Fail 32 mirrors/library_imports_hidden_test: Fail
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 source_map_pub_build_validity_test: Pass, Slow 86 source_map_pub_build_validity_test: Pass, Slow
93 87
94 # Don't mark these tests as failing. Instead, fix the errors/warnings that they 88 # Don't mark these tests as failing. Instead, fix the errors/warnings that they
95 # report or update the whitelist in the test-files to temporarily allow 89 # report or update the whitelist in the test-files to temporarily allow
96 # digression. 90 # digression.
97 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 91 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
98 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 92 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
99 93
100 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] 94 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ]
101 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). 95 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698