| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file | |
| 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. | |
| 4 | |
| 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. | |
| 7 self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expe
cted. | |
| 8 multiprogram_tests/should_fail: Fail, OK # This is a test of this suite, failure
is expected. | |
| 9 | |
| 10 # Stored closures not updated | |
| 11 incremental/*/stored_closure: Fail | |
| 12 incremental/*/stored_instance_tearoff: Fail | |
| 13 | |
| 14 # Missing support for multiple libraries | |
| 15 incremental/*/multiple_libraries: Fail | |
| 16 | |
| 17 # Received PushFromMap command which referes to a non-existent map entry | |
| 18 incremental/*/same_tokens_variant: Fail | |
| 19 | |
| 20 # Update to existing class not correctly detected (we end up trying to modify a | |
| 21 # new class -> should not happen). | |
| 22 incremental/*/compile_time_error_hides_field: Fail | |
| 23 | |
| 24 # Bad 'field' count on FletchPatchClassBuilder (does not contain new fields). | |
| 25 incremental/*/add_field_and_remove_subclass: Fail | |
| 26 | |
| 27 # Most things don't work in production mode yet. | |
| 28 incremental/production/add_class: Fail | |
| 29 incremental/production/add_instance_field: Fail | |
| 30 incremental/production/add_instance_method: Fail | |
| 31 incremental/production/add_static_method: Fail | |
| 32 incremental/production/add_top_level_const_field: Fail | |
| 33 incremental/production/add_top_level_method: Fail | |
| 34 incremental/production/bad_diagnostics: Fail | |
| 35 incremental/production/bad_stack_trace_repro: Fail | |
| 36 incremental/production/call_instance_tear_off_named: Fail | |
| 37 incremental/production/call_named_arguments_1: Fail | |
| 38 incremental/production/call_named_arguments_2: Fail | |
| 39 incremental/production/change_in_part: Fail | |
| 40 incremental/production/change_optional_arguments: Fail | |
| 41 incremental/production/change_supertype: Fail | |
| 42 incremental/production/closure: Fail | |
| 43 incremental/production/compile_time_error_002: Fail | |
| 44 incremental/production/compile_time_error_field_becomes_removed_function: Fail | |
| 45 incremental/production/compound_constants: Fail | |
| 46 incremental/production/constants: Fail | |
| 47 incremental/production/constants_of_new_classes: Fail | |
| 48 incremental/production/fix_compile_time_error_in_field: Fail | |
| 49 incremental/production/hello_world: Fail | |
| 50 incremental/production/instance_field_end: Fail | |
| 51 incremental/production/instance_field_middle: Fail | |
| 52 incremental/production/interceptor_classes: Fail | |
| 53 incremental/production/main_args: Fail | |
| 54 incremental/production/modify_static_method: Fail | |
| 55 incremental/production/newly_instantiated_class: Fail | |
| 56 incremental/production/newly_instantiated_class_X: Fail | |
| 57 incremental/production/newly_instantiated_class_with_fields: Fail | |
| 58 incremental/production/newly_instantiated_subclases_two_updates: Fail | |
| 59 incremental/production/newly_instantiated_superclasses_two_updates: Fail | |
| 60 incremental/production/no_closure: Fail | |
| 61 incremental/production/preserving_identity_hashcode: Fail | |
| 62 incremental/production/program_gc_with_processes: Fail | |
| 63 incremental/production/remove_class: Fail | |
| 64 incremental/production/remove_class_with_field_and_subclass: Fail | |
| 65 incremental/production/remove_class_with_static_method: Fail | |
| 66 incremental/production/remove_instance_field: Fail | |
| 67 incremental/production/remove_instance_method: Fail | |
| 68 incremental/production/remove_instance_method_super_access: Fail | |
| 69 incremental/production/remove_static_method: Fail | |
| 70 incremental/production/remove_top_level_method: Fail | |
| 71 incremental/production/same_tokens: Fail | |
| 72 incremental/production/signature_change_instance_method: Fail | |
| 73 incremental/production/signature_change_parameter_instance_method: Fail | |
| 74 incremental/production/signature_change_static_method: Fail | |
| 75 incremental/production/signature_change_top_level_method: Fail | |
| 76 incremental/production/source_maps_no_throw: Fail | |
| 77 incremental/production/subclass_schema_1: Fail | |
| 78 incremental/production/subclass_schema_2: Fail | |
| 79 incremental/production/super_call_signature_change: Fail | |
| 80 incremental/production/super_classes_of_directly_instantiated: Fail | |
| 81 incremental/production/super_schema: Fail | |
| 82 incremental/production/two_updates: Fail | |
| 83 incremental/production/update_dependencies: Fail | |
| 84 incremental/production/update_dependencies_recoverable_compile_time_error: Fail | |
| 85 incremental/production/update_dependencies_unrecoverable_compile_time_error: Fai
l | |
| 86 | |
| 87 # Incorrectly failing servicec tests | |
| 88 servicec/bad_field_4: Fail # Issue 293 | |
| 89 servicec/bad_field_8: Fail # Issue 293 | |
| 90 servicec/bad_formal_1: Fail # Issue 294 | |
| 91 servicec/bad_formal_2: Fail # Issue 294 | |
| 92 servicec/bad_formal_3: Fail # Issue 294 | |
| 93 servicec/bad_function_7: Fail # Issue 292 | |
| 94 servicec/bad_function_8: Fail # Issue 292 | |
| 95 servicec/bad_list_type_2: Fail # Issue 295 | |
| 96 servicec/bad_list_type_3: Fail # Issue 295 | |
| 97 servicec/bad_list_type_4: Fail # Issue 295 | |
| 98 servicec/bad_list_type_5: Fail # Issue 295 | |
| 99 | |
| 100 test_vm_connection/testCloseImmediately: Skip # Fails and prints during run. | |
| 101 test_vm_connection/testCloseAfterCommitChanges: Fail | |
| 102 test_vm_connection/testCloseAfterProcessRun: Fail | |
| 103 | |
| 104 # Old servicec backend fails on these tests; Issue 235 | |
| 105 servicec/good_type_parameter_1: Fail | |
| 106 | |
| 107 # Skip slow service performance test | |
| 108 service_tests/performance_java: Skip | |
| 109 | |
| 110 # Only run java service tests on non-asan x64 linux. | |
| 111 [ $arch != x64 || $system != linux || $asan ] | |
| 112 | |
| 113 service_tests/*_java: Skip | |
| 114 | |
| 115 [ $arch != ia32 && $arch != x64 ] | |
| 116 | |
| 117 service_tests/*: Skip | |
| 118 | |
| 119 [ $arch == xarm ] | |
| 120 | |
| 121 mdns_tests/*: Skip # The native extension is not compiled for ARM. | |
| 122 power_management_tests/*: Skip # The native extension is not compiled for ARM. | |
| 123 flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM. | |
| 124 sdk_service_tests/*: Skip # The native extension is not compiled for ARM. | |
| 125 | |
| 126 incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389. | |
| 127 | |
| 128 [ $arch == x64 && $asan] | |
| 129 service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletc
h/issues/57 | |
| OLD | NEW |