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

Unified Diff: tests/fletch_tests/fletch_tests.status

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/fletch_tests/fletch_test_suite.dart ('k') | tests/fletch_tests/message_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fletch_tests/fletch_tests.status
diff --git a/tests/fletch_tests/fletch_tests.status b/tests/fletch_tests/fletch_tests.status
deleted file mode 100644
index 06004c0f1c91d2bc700d0b5a035bcc4440c1e371..0000000000000000000000000000000000000000
--- a/tests/fletch_tests/fletch_tests.status
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE.md file.
-
-self/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expected.
-zone_helper/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expected.
-self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expected.
-multiprogram_tests/should_fail: Fail, OK # This is a test of this suite, failure is expected.
-
-# Stored closures not updated
-incremental/*/stored_closure: Fail
-incremental/*/stored_instance_tearoff: Fail
-
-# Missing support for multiple libraries
-incremental/*/multiple_libraries: Fail
-
-# Received PushFromMap command which referes to a non-existent map entry
-incremental/*/same_tokens_variant: Fail
-
-# Update to existing class not correctly detected (we end up trying to modify a
-# new class -> should not happen).
-incremental/*/compile_time_error_hides_field: Fail
-
-# Bad 'field' count on FletchPatchClassBuilder (does not contain new fields).
-incremental/*/add_field_and_remove_subclass: Fail
-
-# Most things don't work in production mode yet.
-incremental/production/add_class: Fail
-incremental/production/add_instance_field: Fail
-incremental/production/add_instance_method: Fail
-incremental/production/add_static_method: Fail
-incremental/production/add_top_level_const_field: Fail
-incremental/production/add_top_level_method: Fail
-incremental/production/bad_diagnostics: Fail
-incremental/production/bad_stack_trace_repro: Fail
-incremental/production/call_instance_tear_off_named: Fail
-incremental/production/call_named_arguments_1: Fail
-incremental/production/call_named_arguments_2: Fail
-incremental/production/change_in_part: Fail
-incremental/production/change_optional_arguments: Fail
-incremental/production/change_supertype: Fail
-incremental/production/closure: Fail
-incremental/production/compile_time_error_002: Fail
-incremental/production/compile_time_error_field_becomes_removed_function: Fail
-incremental/production/compound_constants: Fail
-incremental/production/constants: Fail
-incremental/production/constants_of_new_classes: Fail
-incremental/production/fix_compile_time_error_in_field: Fail
-incremental/production/hello_world: Fail
-incremental/production/instance_field_end: Fail
-incremental/production/instance_field_middle: Fail
-incremental/production/interceptor_classes: Fail
-incremental/production/main_args: Fail
-incremental/production/modify_static_method: Fail
-incremental/production/newly_instantiated_class: Fail
-incremental/production/newly_instantiated_class_X: Fail
-incremental/production/newly_instantiated_class_with_fields: Fail
-incremental/production/newly_instantiated_subclases_two_updates: Fail
-incremental/production/newly_instantiated_superclasses_two_updates: Fail
-incremental/production/no_closure: Fail
-incremental/production/preserving_identity_hashcode: Fail
-incremental/production/program_gc_with_processes: Fail
-incremental/production/remove_class: Fail
-incremental/production/remove_class_with_field_and_subclass: Fail
-incremental/production/remove_class_with_static_method: Fail
-incremental/production/remove_instance_field: Fail
-incremental/production/remove_instance_method: Fail
-incremental/production/remove_instance_method_super_access: Fail
-incremental/production/remove_static_method: Fail
-incremental/production/remove_top_level_method: Fail
-incremental/production/same_tokens: Fail
-incremental/production/signature_change_instance_method: Fail
-incremental/production/signature_change_parameter_instance_method: Fail
-incremental/production/signature_change_static_method: Fail
-incremental/production/signature_change_top_level_method: Fail
-incremental/production/source_maps_no_throw: Fail
-incremental/production/subclass_schema_1: Fail
-incremental/production/subclass_schema_2: Fail
-incremental/production/super_call_signature_change: Fail
-incremental/production/super_classes_of_directly_instantiated: Fail
-incremental/production/super_schema: Fail
-incremental/production/two_updates: Fail
-incremental/production/update_dependencies: Fail
-incremental/production/update_dependencies_recoverable_compile_time_error: Fail
-incremental/production/update_dependencies_unrecoverable_compile_time_error: Fail
-
-# Incorrectly failing servicec tests
-servicec/bad_field_4: Fail # Issue 293
-servicec/bad_field_8: Fail # Issue 293
-servicec/bad_formal_1: Fail # Issue 294
-servicec/bad_formal_2: Fail # Issue 294
-servicec/bad_formal_3: Fail # Issue 294
-servicec/bad_function_7: Fail # Issue 292
-servicec/bad_function_8: Fail # Issue 292
-servicec/bad_list_type_2: Fail # Issue 295
-servicec/bad_list_type_3: Fail # Issue 295
-servicec/bad_list_type_4: Fail # Issue 295
-servicec/bad_list_type_5: Fail # Issue 295
-
-test_vm_connection/testCloseImmediately: Skip # Fails and prints during run.
-test_vm_connection/testCloseAfterCommitChanges: Fail
-test_vm_connection/testCloseAfterProcessRun: Fail
-
-# Old servicec backend fails on these tests; Issue 235
-servicec/good_type_parameter_1: Fail
-
-# Skip slow service performance test
-service_tests/performance_java: Skip
-
-# Only run java service tests on non-asan x64 linux.
-[ $arch != x64 || $system != linux || $asan ]
-
-service_tests/*_java: Skip
-
-[ $arch != ia32 && $arch != x64 ]
-
-service_tests/*: Skip
-
-[ $arch == xarm ]
-
-mdns_tests/*: Skip # The native extension is not compiled for ARM.
-power_management_tests/*: Skip # The native extension is not compiled for ARM.
-flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM.
-sdk_service_tests/*: Skip # The native extension is not compiled for ARM.
-
-incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389.
-
-[ $arch == x64 && $asan]
-service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletch/issues/57
« no previous file with comments | « tests/fletch_tests/fletch_test_suite.dart ('k') | tests/fletch_tests/message_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698