dart-sdk/tests
asiva f642761c54 [Runtime/Tests] - Do not output large amount of test data to stdout
- typed_data_isolate_test was printing received data to stdout which
causes trucation issues when running in the test script, changed test to
verify the received data and not print to stdout.

TEST=modifying a test.

Change-Id: I99357960e80fcdd2d65676c6bef326799f1d4d98
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194884
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
2021-04-12 04:51:05 +00:00
..
co19 [co19] remove skips is a status files motivated by language issue 115 2021-03-30 16:37:41 +00:00
co19_2 [co19] Obsolete entries removed from co19_2-kernel.status file according to co19 issue #1041 2021-03-31 04:14:42 +00:00
corelib Change VM DateTime to-local-time computation to not fail for <1h changes. 2021-04-08 16:51:00 +00:00
corelib_2 Change VM DateTime to-local-time computation to not fail for <1h changes. 2021-04-08 16:51:00 +00:00
dartdevc [ddc] Add library URIs to cast failure messages 2021-04-09 22:24:43 +00:00
dartdevc_2 [ddc] Add library URIs to cast failure messages 2021-04-09 22:24:43 +00:00
ffi [vm] Native effects 2021-04-09 16:45:13 +00:00
ffi_2 [vm] Native effects 2021-04-09 16:45:13 +00:00
language [cfe] Const constructors enabled with const functions. 2021-04-09 21:10:53 +00:00
language_2 [vm/aot] Set type context for fields in signature shaker. 2021-04-09 16:14:23 +00:00
lib [dart:html] Fix getContext3d nullability 2021-04-09 19:03:43 +00:00
lib_2 [dart:html] Fix getContext3d nullability 2021-04-09 19:03:43 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [Runtime/Tests] - Do not output large amount of test data to stdout 2021-04-12 04:51:05 +00:00
standalone_2 [Runtime/Tests] - Do not output large amount of test data to stdout 2021-04-12 04:51:05 +00:00
web Reland "[dart2js] Add support for bundling fragments." 2021-04-08 17:46:50 +00:00
web_2 [dart2js] Fix variable allocator live-range bug 2021-03-23 15:38:36 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
README.md Update tests/README to point to new doc. 2019-08-06 22:19:42 +00:00

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.