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

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

Issue 2250193002: Move definition of Feature next to definitions of WorldImpact and Use (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 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
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
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).
OLDNEW
« pkg/compiler/lib/src/universe/world_impact.dart ('K') | « pkg/compiler/lib/src/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698