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 boolified_operator_test: Fail # Issue 8001 | 9 boolified_operator_test: Fail # Issue 8001 |
| 10 | 10 |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 41 # Source information is not correct due to inlining. | 41 # Source information is not correct due to inlining. |
| 42 sourcemaps/source_mapping_operators_test: Pass, Slow | 42 sourcemaps/source_mapping_operators_test: Pass, Slow |
| 43 sourcemaps/source_mapping_invokes_test: Pass, Slow | 43 sourcemaps/source_mapping_invokes_test: Pass, Slow |
| 44 | 44 |
| 45 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th e CPS backend | 45 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th e CPS backend |
| 46 | 46 |
| 47 uri_retention_test: Fail # Issue 26504 | 47 uri_retention_test: Fail # Issue 26504 |
| 48 | 48 |
| 49 [ $unchecked ] | 49 [ $unchecked ] |
| 50 exit_code_test: Skip # This tests requires checked mode. | 50 exit_code_test: Skip # This tests requires checked mode. |
| 51 serialization*: Slow, Pass | |
|
Siggi Cherem (dart-lang)
2016/08/16 18:21:51
unrelated to the rest of the CL: the bots run in c
| |
| 51 | 52 |
| 52 [ $checked ] | 53 [ $checked ] |
| 53 analyze_dart2js_helpers_test: Pass, Slow | 54 analyze_dart2js_helpers_test: Pass, Slow |
| 54 analyze_dart2js_test: Pass, Slow | 55 analyze_dart2js_test: Pass, Slow |
| 55 analyze_unused_dart2js_test: Pass, Slow | 56 analyze_unused_dart2js_test: Pass, Slow |
| 56 deferred_mirrors_test: Pass, Slow | 57 deferred_mirrors_test: Pass, Slow |
| 57 duplicate_library_test: Pass, Slow | 58 duplicate_library_test: Pass, Slow |
| 58 exit_code_test: Pass, Slow | 59 exit_code_test: Pass, Slow |
| 59 import_mirrors_test: Slow, Pass | 60 import_mirrors_test: Slow, Pass |
| 60 interop_anonymous_unreachable_test: Pass, Slow | 61 interop_anonymous_unreachable_test: Pass, Slow |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 86 source_map_pub_build_validity_test: Pass, Slow | 87 source_map_pub_build_validity_test: Pass, Slow |
| 87 | 88 |
| 88 # Don't mark these tests as failing. Instead, fix the errors/warnings that they | 89 # Don't mark these tests as failing. Instead, fix the errors/warnings that they |
| 89 # report or update the whitelist in the test-files to temporarily allow | 90 # report or update the whitelist in the test-files to temporarily allow |
| 90 # digression. | 91 # digression. |
| 91 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 92 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 92 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. | 93 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. |
| 93 | 94 |
| 94 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] | 95 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] |
| 95 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). | 96 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). |
| OLD | NEW |