dart-sdk/tests/standalone
2016-03-03 14:53:59 -08:00
..
http_launch_data Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
io Rolls back fix of SecurityContext method names. 2016-03-01 10:34:15 -08:00
package Remove test for packages with ':' in the name. 2015-08-19 17:53:15 -07:00
array_bounds_check_generalization_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
assert_assignable_canon_test.dart Minor work for background compilation 2016-02-16 11:16:47 -08:00
assert_test.dart Fix VM implementation of CastError not to extend TypeError (issue 5280). 2013-08-05 18:35:04 +00:00
black_listed_test.dart Remove old #import, #source, and #library syntax from tests/standalone. 2012-12-13 13:06:04 +00:00
byte_array_view_optimized_test.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
bytedata_test.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
constant_left_shift_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
deoptimization_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_smi_comparison_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
double_temp_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_to_int_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
fields_may_be_reset_test.dart Tests that --fields_may_be_reset, --link_natives_lazily, and --no_allow_absolute_addresses work in the JIT. 2016-02-11 09:53:30 -08:00
float_array_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
full_coverage_test.dart Add debugging output to full_coverage_test to help diagnose timeouts. 2016-02-10 13:23:51 -08:00
http_launch_test.dart First step towards asynchronous loading of sources. With this change, sources are read asynchronously in dart code (builtin.dart) and when the i/o future completes, a callback in the VM loads and compiles the script or library code. 2014-05-23 17:43:14 +00:00
int_array_deopt.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
int_array_load_elimination_test.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
int_array_test.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
int_list_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
left_shift_bit_and_op_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
link_natives_lazily_test.dart Tests that --fields_may_be_reset, --link_natives_lazily, and --no_allow_absolute_addresses work in the JIT. 2016-02-11 09:53:30 -08:00
map_literal_oom_test.dart - Include a random number in the full snapshot filename as some of the tests 2016-02-25 10:25:58 -08:00
medium_integer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
no_allow_absolute_addresses_test.dart Tests that --fields_may_be_reset, --link_natives_lazily, and --no_allow_absolute_addresses work in the JIT. 2016-02-11 09:53:30 -08:00
no_assert_test.dart This is a fixed up version of: 2015-09-14 07:58:18 +02:00
no_lazy_dispatchers_test.dart Tests that --fields_may_be_reset, --link_natives_lazily, and --no_allow_absolute_addresses work in the JIT. 2016-02-11 09:53:30 -08:00
no_profiler_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_ast_printer_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_coverage_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_debugger_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_disassembler_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_il_printer_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_service_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
no_support_timeline_test.dart Remove more feature in product mode 2016-02-09 08:45:32 -08:00
number_identity_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
oom_error_stacktrace_test.dart Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +00:00
out_of_memory_test.dart Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +00:00
pair_location_remapping_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
pow_test.dart Fix for issue 10534. Implement int.pow correctly using exponentiation by squaring. 2013-05-13 17:41:58 +00:00
precompilation_dart2js_test.dart - Unify dart_no_snapshot and dart_bootstrap into one binary. 2016-03-03 14:53:59 -08:00
precompilation_test.dart - Unify dart_no_snapshot and dart_bootstrap into one binary. 2016-03-03 14:53:59 -08:00
priority_queue_stress_test.dart Make priority_queue_stress_test pass analyzer. 2014-11-06 14:17:37 +00:00
regress_25335_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
slowpath_safepoints_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
standalone.status Don't expand inline frames in stacktraces under noopt to match full precompiled behavior. 2016-02-29 13:28:09 -08:00
status_expression_test.dart Implement binary "!=" operator in status file parser. 2013-05-24 11:02:29 +00:00
typed_array_int64_uint64_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
typed_array_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
typed_data_isolate_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
typed_data_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
typed_data_view_test.dart Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
unboxed_int_converter_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
verbose_gc_to_bmu_test.dart Tool to compute BMU plots from GC logs. 2015-05-14 16:42:53 +00:00
verified_mem_test.dart Add missing verified write on x64; extend test coverage 2014-11-18 16:35:59 +00:00