dart-sdk/tests/standalone
2015-04-23 20:42:28 +00:00
..
debugger VM: Fix a bug with local variable values when breaking at a variable declaration. 2015-02-19 17:11:07 +00:00
http_launch_data Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
io Process outstanding events before making a new HTTP client request 2015-04-21 12:14:55 +00:00
package Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
array_bounds_check_generalization_test.dart Silence analyzer warnings in array_bounds_check_generalization_test. 2014-10-07 19:38:16 +00: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
coverage_test.dart Change dart:io Platform.script to return a Uri. 2013-10-31 07:29:01 +00:00
deoptimization_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_smi_comparison_test.dart Allow equality operation on mixed double/smi arguments. 2013-07-26 16:48:46 +00: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
float_array_test.dart Bug fix and cleanup of inlining of recognized [] methods. 2013-09-27 10:27:47 +00:00
full_coverage_test.dart Compile implicit closures as dispatchers instead of duplicating the original method's code. 2015-03-24 09:33:36 +00: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 test for issue 20190. 2014-07-24 21:28:47 +00:00
javascript_compatibility_errors_test.dart Ensure that a javascript compatibility warning results in a 2014-06-19 20:57:41 +00:00
javascript_compatibility_warnings_test.dart Add javascript compatibility warnings for integer values and integral double 2014-06-04 23:14:03 +00:00
javascript_int_overflow_literal_test.dart Fixes obo error in javascript int checking. 2013-08-02 16:06:45 +00:00
javascript_int_overflow_test.dart Fix for running with --throw_on_javascript_int_overflow: recognize pattern (a << b) & mask and test for overflow only after the mask. 2013-08-14 15:12:39 +00:00
left_shift_bit_and_op_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
map_literal_oom_test.dart Add regression test for Map compaction issue. 2015-03-25 22:26:12 +00:00
medium_integer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00: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 Support remaping of pair location inside materializations for slow paths. 2014-12-16 15:18:51 +00:00
pow_test.dart Fix for issue 10534. Implement int.pow correctly using exponentiation by squaring. 2013-05-13 17:41:58 +00:00
priority_queue_stress_test.dart Make priority_queue_stress_test pass analyzer. 2014-11-06 14:17:37 +00:00
slowpath_safepoints_test.dart Don't assign safepoint at the definition to the definition's live-range. 2014-07-08 14:12:00 +00:00
standalone.status Address issue 13719, cleanup the status file to reflect reality. 2015-04-23 20:42:28 +00: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 Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
typed_array_test.dart Very simple version of Isolates. 2013-10-25 19:23:00 +00: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 Let Uint16List.setRange detect a String.codeUnits object, and copy directly from the string. 2015-01-30 09:46:04 +00: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 Support Int32 representation for selected binary operations. 2014-08-27 14:49:19 +00:00
verified_mem_test.dart Add missing verified write on x64; extend test coverage 2014-11-18 16:35:59 +00:00