aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2021-03-18 15:00:41 +0100
committerJakub Kotur <qtr@google.com>2021-04-16 17:14:50 +0200
commit3276f603fd08b3f66d8187945ebf50b117ad1aa0 (patch)
treedaaf08af737e70ccff84d0af339162a544fead0a /TEST_MAPPING
parent2e9962829e53f12a4abaf17fe77715bd9858ae7c (diff)
downloadcrossbeam-utils-3276f603fd08b3f66d8187945ebf50b117ad1aa0.tar.gz
Enable tests for corssbeam-utils.android-s-beta-2android-s-beta-1
This commit enable tests for both host and device. However, because some tests are depending on the stack unwinding on panic we're disabling those on Android. Android always aborts on panic. Test: atest Bug: 155309706 Change-Id: Id72bc131efbc555c6ffa4732e6ce242ac9036025
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING24
1 files changed, 24 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 25a9cdc..a68b776 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,6 +3,30 @@
"presubmit": [
{
"name": "crossbeam-epoch_device_test_src_lib"
+ },
+ {
+ "name": "crossbeam-epoch_device_test_tests_loom"
+ },
+ {
+ "name": "crossbeam-utils_device_test_src_lib"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_atomic_cell"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_cache_padded"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_parker"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_sharded_lock"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_thread"
+ },
+ {
+ "name": "crossbeam-utils_device_test_tests_wait_group"
}
]
}