dart-sdk/tests/isolate
Ivan Posva f5e3f94019 Fix http://dartbug.com/23578:
- Complete revamp of isolate-specific flags.
- Associate flags with the isolate on creation.
- Dart_CreateIsolate and associate callback do take an
  extra flags argument.
- Make sure to clear IC data array when clearing code.

BUG=23578

Review URL: https://codereview.chromium.org//1162033005
2015-06-07 17:57:34 +02:00
..
browser Added a test for issue 12474. 2015-02-20 21:09:43 +00: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
checked_test.dart Add "checked" parameter to Isolate.spawnUri. 2015-06-03 12:32:52 +02:00
compile_time_error_test.dart
count_test.dart
cross_isolate_message_test.dart
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
enum_const_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00: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
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
illegal_msg_function_test.dart
illegal_msg_mirror_test.dart
int_from_environment_default_value_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
isolate.status Fix http://dartbug.com/23578: 2015-06-07 17:57:34 +02:00
isolate_complex_messages_test.dart
isolate_current_test.dart
isolate_import_test.dart
isolate_stress_test.dart
issue_21398_child_isolate.dart
issue_21398_child_isolate1.dart
issue_21398_child_isolate11.dart
issue_21398_parent_isolate1_test.dart Fix test to copy scripts into the generated directories. 2015-02-23 18:54:14 +00:00
issue_21398_parent_isolate2_test.dart Fix test to copy scripts into the generated directories. 2015-02-23 18:54:14 +00:00
issue_21398_parent_isolate_test.dart Fix test to copy scripts into the generated directories. 2015-02-23 18:54:14 +00: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
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
message2_test.dart
message3_test.dart Serialize maps without hashes. 2015-06-02 09:04:37 -07:00
message_enum_test.dart Support enum keys in maps in messages. 2015-03-06 02:57:34 +00:00
message_test.dart
mint_maker_test.dart
nested_spawn2_test.dart
nested_spawn_test.dart
object_leak_test.dart
ondone_test.dart Update Isolate API. 2015-04-13 10:29:54 +00:00
package_root_test.dart
pause_test.dart
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
raw_port_test.dart
remote_unittest_helper.dart
request_reply_test.dart
simple_message_test.dart
spawn_function_custom_class_test.dart
spawn_function_test.dart
spawn_uri_child_isolate.dart
spawn_uri_exported_main.dart
spawn_uri_exported_main_lib.dart
spawn_uri_exported_main_test.dart
spawn_uri_missing_from_isolate_test.dart
spawn_uri_missing_test.dart
spawn_uri_multi_test.dart
spawn_uri_nested_child1_vm_isolate.dart
spawn_uri_nested_child2_vm_isolate.dart
spawn_uri_nested_vm_test.dart
spawn_uri_test.dart
spawn_uri_vm_test.dart
stacktrace_message_test.dart
start_paused_test.dart
static_function_lib.dart
static_function_test.dart
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 Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
typed_message_test.dart Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
unresolved_ports_test.dart