dart-sdk/tests
Srujan Gaddam 319ae89bec [package:js] Filter out tests on CSP that use eval
Closes https://github.com/dart-lang/sdk/issues/42085

Tests that use eval rely on injecting JS code which will fail on
CSP try bots and therefore should be skipped by design.

Change-Id: I4d1299b1315817c38da61f572c59d95f505db0d1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149541
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2020-05-30 00:14:48 +00:00
..
co19 [infra] Run all migrated co19 tests on nnbd configurations 2020-05-29 11:35:04 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
compiler [dart2js] Move dart2js unit tests to pkg/compiler/test. 2020-05-28 18:51:11 +00:00
corelib Try to clarify the RangeError.range message 2020-05-27 14:59:39 +00:00
corelib_2 Try to clarify the RangeError.range message 2020-05-27 14:59:39 +00:00
ffi [vm/ffi] NNBD use external fields for structs 2020-05-18 12:22:50 +00:00
ffi_2 [vm] Address TSAN errors in FFI tests. 2020-03-23 21:19:36 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Migrate language_2/loop to NNBD. 2020-05-29 23:48:57 +00:00
language_2 [dartdevc] Fixing issue whereby async generators would not resume properly after yielding from within a catch block. 2020-05-29 20:37:06 +00:00
lib [package:js] Filter out tests on CSP that use eval 2020-05-30 00:14:48 +00:00
lib_2 [package:js] Filter out tests on CSP that use eval 2020-05-30 00:14:48 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone [dart:io] Support abstract unix domain socket on Linux 2020-05-19 21:33:10 +00:00
standalone_2 [vm] Store relocated addresses for text sections in BSS. 2020-05-26 08:47:30 +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.