dart-sdk/tests/standalone_2
Zichang Guo 748bbb720a Revert "fix hanging of write on Windows"
This reverts commit eb075dcc21.

Reason for revert: Out of memory on IA32 and On MacOS, invalid path argument on MacOS.

Original change's description:
> fix hanging of write on Windows
> 
> When using File::Write(), Var size in int64_t is casted to DWORD(unsigned long). When Var size is out of DWORD range, casted value will be zero. Before calling into File::Write() on Windows, validate the size.
> 
> Bug: https://github.com/dart-lang/sdk/issues/40339
> Change-Id: I36fade62dfa3025f418405cb3e45c286dd6b7db1
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134440
> Reviewed-by: Zach Anderson <zra@google.com>
> Commit-Queue: Zichang Guo <zichangguo@google.com>

TBR=zra@google.com,asiva@google.com,zichangguo@google.com

Change-Id: I9d515912ad99f523c6d19fac0c8fbbb23a897986
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/dart-lang/sdk/issues/40339
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134768
Reviewed-by: Zichang Guo <zichangguo@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
2020-02-06 20:34:32 +00:00
..
deferred
http_launch_data
io Revert "fix hanging of write on Windows" 2020-02-06 20:34:32 +00:00
package
array_bounds_check_generalization_test.dart
assert_assignable_canon_test.dart Reland "[vm/compiler] Implement new inlining pragmas." 2019-07-30 12:01:06 +00:00
black_listed_test.dart
byte_array_view_optimized_test.dart
bytedata_test.dart
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
check_null_cha_test.dart
constant_left_shift_test.dart
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
deoptimization_test.dart
double_hash_distribution_test.dart
double_smi_comparison_test.dart
double_temp_test.dart
double_to_int_test.dart
dwarf_stack_trace_obfuscate_test.dart [vm] Refactor debug info handling code into a new package. 2020-01-23 10:14:17 +00:00
dwarf_stack_trace_test.dart [vm] Cleanups in the native_stack_traces package. 2020-01-24 11:40:59 +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
fragmentation_test.dart [vm, gc] Add --force-evacuation flag to aid finding untracked pointers. 2018-11-21 22:58:57 +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
int_list_test.dart
left_shift_bit_and_op_test.dart
link_natives_lazily_test.dart
map_insert_remove_oom_test.dart
medium_integer_test.dart
no_allow_absolute_addresses_test.dart
no_lazy_dispatchers_test.dart
no_profiler_test.dart
no_support_ast_printer_test.dart
no_support_debugger_test.dart
no_support_disassembler_test.dart
no_support_il_printer_test.dart
no_support_service_test.dart
no_support_timeline_test.dart
number_identity_test.dart
oom_error_stacktrace_test.dart
out_of_memory_test.dart
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
pow_test.dart
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
regress_25335_test.dart
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
regress_29695_test.dart
slowpath_safepoints_test.dart
standalone_2.status Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +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 Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +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
typed_data_view_test.dart
unboxed_int_converter_test.dart
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