dart-sdk/tests/isolate
Ryan Macnak 1ebeb79942 Remove runtime 'dart_app' as it became identical to 'vm'.
Merge compiler 'dart2app' and 'dart2appjit' and rename to 'app_jit' since they came to mean the same thing.

Update status files to reflect these changes.

R=asiva@google.com

Review URL: https://codereview.chromium.org/2541533004 .
2016-12-01 16:47:33 -08:00
..
browser Add implementation of Isolate.resolvePackageUri for dart2js. 2016-11-14 15:11:49 -08:00
scenarios - Properly return null if an unknown package is resolved. 2016-03-22 09:02:04 -07:00
bool_from_environment_default_value_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
capability_test.dart Made SendPort a Capability. 2014-03-20 11:43:54 +00:00
checked_test.dart Add "checked" parameter to Isolate.spawnUri. 2015-06-03 12:32:52 +02:00
compile_time_error_test.dart Make initializing formal access available by default 2016-11-25 10:15:21 +01:00
count_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
cross_isolate_message_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
deferred_in_isolate2_lib.dart Cosmetic changes to deferred_in_isolate2_test. 2015-05-11 20:55:59 +00:00
deferred_in_isolate2_test.dart Cosmetic changes to deferred_in_isolate2_test. 2015-05-11 20:55:59 +00:00
deferred_in_isolate_app.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
deferred_in_isolate_lib.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
deferred_in_isolate_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
deferred_loaded_lib.dart Fix crash that happens when we send an object whose type is in a defer 2015-02-13 19:17:01 +00:00
enum_const_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
error_at_spawn_test.dart - Implement VM parts of https://codereview.chromium.org/1240743003/ 2015-07-20 16:46:54 +02:00
error_at_spawnuri_iso.dart - Implement VM parts of https://codereview.chromium.org/1240743003/ 2015-07-20 16:46:54 +02:00
error_at_spawnuri_test.dart Fix build: 2015-07-21 00:00:20 +02:00
error_exit_at_spawn_test.dart - Implement VM parts of https://codereview.chromium.org/1240743003/ 2015-07-20 16:46:54 +02:00
error_exit_at_spawnuri_iso.dart - Implement VM parts of https://codereview.chromium.org/1240743003/ 2015-07-20 16:46:54 +02:00
error_exit_at_spawnuri_test.dart Fix build: 2015-07-21 00:00:20 +02:00
exit_at_spawn_test.dart Implement new parameters on Isolate.spawn() for dart2js. 2015-08-19 13:52:36 +02:00
exit_at_spawnuri_iso.dart - Implement VM parts of https://codereview.chromium.org/1240743003/ 2015-07-20 16:46:54 +02:00
exit_at_spawnuri_test.dart Fix build: 2015-07-21 00:00:20 +02:00
function_send1_test.dart Fix for issue 20992 - Allow sending static/top-level functions to other isolates which are spawned using the 'spawn function' functionality. 2015-03-06 18:50:19 +00:00
function_send_test.dart Isolates: allow sending of arbitrary objects in dart2js. 2014-12-09 16:41:58 +00:00
handle_error2_test.dart - Implement some more missing pieces of the Isolate API. 2015-03-07 01:04:19 +00:00
handle_error3_test.dart - Implement some more missing pieces of the Isolate API. 2015-03-07 01:04:19 +00:00
handle_error_test.dart Add an error listener on isolates. 2014-05-19 10:55:08 +00:00
illegal_msg_function_test.dart Allow sending static/top-level functions through ports and as isolate 2014-09-22 08:29:45 +00:00
illegal_msg_mirror_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
int_from_environment_default_value_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
isolate.status Remove runtime 'dart_app' as it became identical to 'vm'. 2016-12-01 16:47:33 -08:00
isolate_complex_messages_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
isolate_current_test.dart Add Isolate.current getter, returning the current isolate as an Isolate object. 2014-12-19 07:04:29 +00:00
isolate_import_test.dart Fix a couple more tests related to Isolate.spawn semantics change 2015-11-25 16:28:59 -08:00
isolate_stress_test.dart Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
issue_21398_child_isolate.dart Fix for issue 21398. 2015-01-12 23:14:30 +00:00
issue_21398_child_isolate1.dart Add missing file (missed it in last round). 2015-01-12 23:35:55 +00:00
issue_21398_child_isolate11.dart Fix for issue 21398. 2015-01-12 23:14:30 +00:00
issue_21398_parent_isolate1_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
issue_21398_parent_isolate2_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
issue_21398_parent_isolate_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
issue_22778_test.dart Fix for issue 22778, stored the function object in the forward reference table instead of the implicit static closure. 2015-03-13 15:53:50 +00:00
issue_24243_child1_isolate.dart Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we need a whitelist of core types against which we need to check) 2015-09-16 12:08:45 -07:00
issue_24243_child2_isolate.dart Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we need a whitelist of core types against which we need to check) 2015-09-16 12:08:45 -07:00
issue_24243_child3_isolate.dart Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we need a whitelist of core types against which we need to check) 2015-09-16 12:08:45 -07:00
issue_24243_parent_isolate_test.dart Fix for issue 24243 (allow objects of dart:core and dart:collections to be passed in for now, we need a whitelist of core types against which we need to check) 2015-09-16 12:08:45 -07:00
kill2_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
kill_self_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
kill_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
mandel_isolate_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
message2_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
message3_test.dart 1. Reclaim the CreatedFromSnapshot bit and use the bit to indicate VM heap object. 2015-08-10 11:02:31 -07:00
message_enum_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
message_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
mint_maker_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
nested_spawn2_test.dart VM thread shutdown. 2015-09-15 12:49:52 -07:00
nested_spawn_test.dart VM thread shutdown. 2015-09-15 12:49:52 -07:00
object_leak_test.dart Isolates: allow sending of arbitrary objects in dart2js. 2014-12-09 16:41:58 +00:00
ondone_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
package_config_test.dart Remove windows debug print and trace shutdown on some tests 2016-07-15 14:53:54 -07:00
package_resolve_test.dart Fix static warning in test: 2016-01-12 19:27:39 -08:00
package_root_test.dart Fix static warning in test: 2016-01-12 19:27:39 -08:00
pause_test.dart Implement Isolate.pause in dart2js. 2014-02-10 08:33:14 +00:00
ping_pause_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
ping_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
port_test.dart Re-apply "Remove unittest and matcher from the repo." 2014-12-19 21:14:56 +00:00
raw_port_test.dart Fixes RawReceivePort.hashCode 2015-10-08 13:06:49 -07:00
remote_unittest_helper.dart Make isolate tests work on drt (and hopefully dartium). 2013-11-25 08:19:53 +00:00
request_reply_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
send_private_test.dart An isolate created with spawn function doesn't necessarily agree with its parent on the library private keys. 2016-11-23 15:36:01 -08:00
simple_message_test.dart Clean up isolate tests. 2013-11-28 14:36:25 +00:00
spawn_function_custom_class_test.dart Make isolate tests work on drt (and hopefully dartium). 2013-11-25 08:19:53 +00:00
spawn_function_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
spawn_uri_child_isolate.dart Remove static clues from spawn_uri_child_isolate.dart 2016-11-15 13:19:29 +01:00
spawn_uri_exported_main.dart Fix http://dartbug.com/22115 2015-01-22 21:28:27 +00:00
spawn_uri_exported_main_lib.dart Fix http://dartbug.com/22115 2015-01-22 21:28:27 +00:00
spawn_uri_exported_main_test.dart Fix http://dartbug.com/22115 2015-01-22 21:28:27 +00:00
spawn_uri_fail_test.dart Add package config support to dart:isolate 2016-01-12 18:19:04 -08:00
spawn_uri_missing_from_isolate_test.dart Tweak isolate/spawn_uri_missing*test.dart 2014-05-27 13:32:20 +00:00
spawn_uri_missing_test.dart Tweak isolate/spawn_uri_missing*test.dart 2014-05-27 13:32:20 +00:00
spawn_uri_multi_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
spawn_uri_nested_child1_vm_isolate.dart Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
spawn_uri_nested_child2_vm_isolate.dart Very simple version of Isolates. 2013-10-25 19:23:00 +00:00
spawn_uri_nested_vm_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
spawn_uri_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
spawn_uri_vm_test.dart using unittest via package import 2014-04-09 19:42:11 +00:00
stacktrace_message_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
start_paused_test.dart Add 'startPaused' option to Isolate.spawn*. 2014-02-17 13:06:06 +00:00
static_function_lib.dart Fix VM not accepting static methods for Isolate.spawn. 2013-11-20 09:14:30 +00:00
static_function_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00
string_from_environment_default_value_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
timer_isolate_test.dart Use Stopwatch instead of DateTime to measure elapsed time in tests. 2016-02-10 11:21:40 -08:00
typed_message_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
unresolved_ports_test.dart Upgrading tests with unittest deprecations 2014-03-31 18:33:18 +00:00