Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 packages/*: Skip # Skip packages folder | 5 packages/*: Skip # Skip packages folder |
| 6 | 6 |
| 7 compile_with_empty_libraries_test: Fail # Issue 24223 | 7 compile_with_empty_libraries_test: Fail # Issue 24223 |
| 8 | 8 |
| 9 kernel/*: Slow, Pass | 9 kernel/*: Slow, Pass |
| 10 | 10 |
| 11 boolified_operator_test: Fail # Issue 8001 | 11 boolified_operator_test: Fail # Issue 8001 |
| 12 | 12 |
| 13 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 13 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
| 14 # report or update the whitelist in the test-files to temporarily allow | 14 # report or update the whitelist in the test-files to temporarily allow |
| 15 # digression. | 15 # digression. |
| 16 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. | 16 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 17 | 17 |
| 18 # simple_function_subtype_test is temporarily(?) disabled due to new method for | 18 # simple_function_subtype_test is temporarily(?) disabled due to new method for |
| 19 # building function type tests. | 19 # building function type tests. |
| 20 simple_function_subtype_test: Fail | 20 simple_function_subtype_test: Fail |
| 21 | 21 |
| 22 library_resolution_test: Fail # Issue 27378 | |
|
Siggi Cherem (dart-lang)
2016/09/16 21:54:55
Harry submitted a fix for library_resolution_test
| |
| 23 analyze_test_test: Fail # Issue 27378 | |
| 24 | |
| 22 simple_inferrer_const_closure_test: Fail # Issue 16507 | 25 simple_inferrer_const_closure_test: Fail # Issue 16507 |
| 23 simple_inferrer_const_closure2_test: Fail # Issue 16507 | 26 simple_inferrer_const_closure2_test: Fail # Issue 16507 |
| 24 simple_inferrer_global_field_closure_test: Fail # Issue 16507 | 27 simple_inferrer_global_field_closure_test: Fail # Issue 16507 |
| 25 | 28 |
| 26 logical_expression_test: Fail # Issue 17027 | 29 logical_expression_test: Fail # Issue 17027 |
| 27 | 30 |
| 28 gvn_dynamic_field_get_test: Fail # Issue 18519 | 31 gvn_dynamic_field_get_test: Fail # Issue 18519 |
| 29 | 32 |
| 30 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 | 33 backend_dart/opt_cyclic_redundant_phi_test: Fail # Issue 20159 |
| 31 | 34 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 90 source_map_pub_build_validity_test: Pass, Slow | 93 source_map_pub_build_validity_test: Pass, Slow |
| 91 | 94 |
| 92 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 95 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
| 93 # report or update the whitelist in the test-files to temporarily allow | 96 # report or update the whitelist in the test-files to temporarily allow |
| 94 # digression. | 97 # digression. |
| 95 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 98 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 96 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 99 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 97 | 100 |
| 98 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 101 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
| 99 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 102 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
| OLD | NEW |