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

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

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years 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) 2015, the Fletch project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Fletch 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 self/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expect ed. 5 self/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expect ed.
6 zone_helper/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expected. 6 zone_helper/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expected.
7 self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expe cted. 7 self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expe cted.
8 8
9 # Stored closures not updated 9 # Stored closures not updated
10 incremental/*/stored_closure: Fail 10 incremental/*/stored_closure: Fail
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 incremental/production/compile_time_error_field_becomes_removed_function: Fail 45 incremental/production/compile_time_error_field_becomes_removed_function: Fail
46 incremental/production/compound_constants: Fail 46 incremental/production/compound_constants: Fail
47 incremental/production/constants: Fail 47 incremental/production/constants: Fail
48 incremental/production/constants_of_new_classes: Fail 48 incremental/production/constants_of_new_classes: Fail
49 incremental/production/fix_compile_time_error_in_field: Fail 49 incremental/production/fix_compile_time_error_in_field: Fail
50 incremental/production/hello_world: Fail 50 incremental/production/hello_world: Fail
51 incremental/production/instance_field_end: Fail 51 incremental/production/instance_field_end: Fail
52 incremental/production/instance_field_middle: Fail 52 incremental/production/instance_field_middle: Fail
53 incremental/production/interceptor_classes: Fail 53 incremental/production/interceptor_classes: Fail
54 incremental/production/main_args: Fail 54 incremental/production/main_args: Fail
55 incremental/production/modify_static_method: Fail
55 incremental/production/newly_instantiated_class: Fail 56 incremental/production/newly_instantiated_class: Fail
56 incremental/production/newly_instantiated_class_X: Fail 57 incremental/production/newly_instantiated_class_X: Fail
57 incremental/production/newly_instantiated_class_with_fields: Fail 58 incremental/production/newly_instantiated_class_with_fields: Fail
58 incremental/production/newly_instantiated_subclases_two_updates: Fail 59 incremental/production/newly_instantiated_subclases_two_updates: Fail
59 incremental/production/newly_instantiated_superclasses_two_updates: Fail 60 incremental/production/newly_instantiated_superclasses_two_updates: Fail
60 incremental/production/no_closure: Fail 61 incremental/production/no_closure: Fail
61 incremental/production/preserving_identity_hashcode: Fail 62 incremental/production/preserving_identity_hashcode: Fail
62 incremental/production/remove_class: Fail 63 incremental/production/remove_class: Fail
63 incremental/production/remove_class_with_field_and_subclass: Fail 64 incremental/production/remove_class_with_field_and_subclass: Fail
64 incremental/production/remove_class_with_static_method: Fail 65 incremental/production/remove_class_with_static_method: Fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 110
110 service_tests/*_java: Skip 111 service_tests/*_java: Skip
111 112
112 [ $arch != ia32 && $arch != x64 ] 113 [ $arch != ia32 && $arch != x64 ]
113 114
114 service_tests/*: Skip 115 service_tests/*: Skip
115 116
116 [ $arch == xarm ] 117 [ $arch == xarm ]
117 118
118 mdns_tests/*: Skip # The native extension is not compiled for ARM. 119 mdns_tests/*: Skip # The native extension is not compiled for ARM.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698