dart-sdk/tests/standalone_2
Zichang Guo 34ab9f84ab [dart:io] HttpClientConnection is destroyed for "CONNECT" request
If "CONNECT" is used in HttpClientRequest, it is supposed to create a
tunnel and reuse the socket. The socket should remain open instead of
being closed.

Bug: https://github.com/dart-lang/sdk/issues/37808
Change-Id: Ic765bdc6fe4d3e21b3117e882b38e3abae15ceda
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148684
Commit-Queue: Zichang Guo <zichangguo@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2020-06-19 23:18:07 +00:00
..
deferred
http_launch_data First pass at disabling packages/ dir, packageRoot 2018-06-12 19:38:40 +00:00
io [dart:io] HttpClientConnection is destroyed for "CONNECT" request 2020-06-19 23:18:07 +00:00
package delete packageRoot support in test runner package, migrate to package_config from package_resolver 2020-03-04 20:15:19 +00:00
array_bounds_check_generalization_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
assert_assignable_canon_test.dart Reland "[vm/compiler] Implement new inlining pragmas." 2019-07-30 12:01:06 +00:00
byte_array_view_optimized_test.dart
bytedata_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
causal_async_stack_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
check_class_cha_test.dart [vm/compiler] Improved type analysis for check class. 2018-07-20 23:26:45 +00:00
check_null_cha_test.dart [vm/compiler] Improved type analysis for check class. 2018-07-20 23:26:45 +00:00
constant_left_shift_test.dart [VM] Enable --limit-ints-to-64-bits in Dart 2.0 precompiler, v3. 2017-12-20 18:04:42 +00:00
dart_developer_disabled_env_test.dart
dart_developer_env2_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
dart_developer_env_test.dart [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks 2020-01-16 12:47:03 +00:00
deferred_transitive_import_error_test.dart
deny_listed_test.dart Change terms to be more divisive 2020-06-10 17:14:37 +00:00
deoptimization_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
double_hash_distribution_test.dart Test double.hashCode with and without intrinsics. 2017-10-26 23:59:32 +00:00
double_smi_comparison_test.dart
double_temp_test.dart
double_to_int_test.dart
dwarf_stack_trace_obfuscate_test.dart [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +00:00
dwarf_stack_trace_test.dart [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +00:00
entrypoints_verification_test.dart [vm] Respect entry-point annotation on constructors during obfuscation. 2019-02-14 20:18:19 +00:00
env_test.dart
fields_may_be_reset_test.dart
float_array_static_test.dart
float_array_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
fragmentation_test.dart Reland "[vm, gc] Parallel scavenge." 2020-04-10 19:27:04 +00:00
fragmentation_typed_data_test.dart [vm] Make fragmentation_typed_data_test less flaky on Android. 2019-08-28 17:05:12 +00:00
http_launch_test.dart Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
int_array_deopt.dart
int_array_load_elimination_test.dart
int_array_test.dart [VM] Enable --limit-ints-to-64-bits in Dart 2.0 precompiler, v3. 2017-12-20 18:04:42 +00:00
int_list_test.dart
left_shift_bit_and_op_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
link_natives_lazily_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
map_insert_remove_oom_test.dart Fix map_insert_remove_oom_test. 2018-06-05 19:28:07 +00:00
medium_integer_test.dart [VM] Enable --limit-ints-to-64-bits in Dart 2.0 precompiler, v3. 2017-12-20 18:04:42 +00:00
no_allow_absolute_addresses_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_lazy_dispatchers_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_profiler_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_such_method_error_with_invocation_test.dart Allow NoSuchMethodError.withInvocation to accept any Invocation. 2020-05-05 08:10:13 +00:00
no_support_ast_printer_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_support_debugger_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_support_disassembler_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_support_il_printer_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_support_service_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
no_support_timeline_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
number_identity_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
oom_error_stacktrace_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
out_of_memory_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
packages_file_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
pair_location_remapping_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
pow_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
priority_queue_stress_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
regress31114_test.dart Clear flow graph type propagator information when winden-to-int32 2017-10-16 18:23:47 +00:00
regress_25335_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_26031_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_28854_1_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_28854_2_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
regress_29350_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
regress_29695_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
regress_41329_absolute_test.dart Reland "[ VM / DartDev ] Fix issue where EXEUtils returned a relative directory path instead of an absolute path" 2020-05-22 01:55:52 +00:00
regress_41329_relative_test.dart Reland "[ VM / DartDev ] Fix issue where EXEUtils returned a relative directory path instead of an absolute path" 2020-05-22 01:55:52 +00:00
slowpath_safepoints_test.dart [Cleanup] Removes deprecated --gc_at_instance_allocation. 2020-02-26 15:00:26 +00:00
standalone_2.status Don't run tests depending on member names when obfuscated. 2020-05-05 12:46:54 +00:00
standalone_2_analyzer.status Delete standalone_2/io/process_exit_negative_test.dart. 2019-11-19 18:23:30 +00:00
standalone_2_kernel.status Reland "[dart:_http] Allow the embedder to prohibit HTTP traffic." 2020-04-06 17:46:44 +00:00
standalone_2_precompiled.status [vm] Reland "Weaken dwarf_stack_trace expected stack trace." 2019-12-18 16:11:41 +00:00
standalone_2_vm.status [vm/concurrency] Skip isolate tests on hot-reload mode to avoid unnecessary coredumps for CI 2019-12-16 15:49:52 +00:00
typed_array_int64_uint64_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_array_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_data_isolate_test.dart [vm/concurrency] Run all isolate related tests with/without enabling isolate groups 2019-11-27 17:23:31 +00:00
typed_data_test.dart [vm/inliner] Inline 64-bit typed data. 2018-07-02 17:41:43 +00:00
typed_data_view_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
unboxed_int_converter_test.dart Reland migrate most of the tests in standalone to be strong mode clean and move them to standalone_2 directory. 2017-10-07 01:29:36 +00:00
verbose_gc_to_bmu_script.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00
verbose_gc_to_bmu_test.dart [ VM ] Removed tests/standalone along with any references in build bot / test runner configurations 2019-10-17 00:41:16 +00:00