summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-03 14:07:47 -0700
committerChih-hung Hsieh <chh@google.com>2020-08-04 20:31:04 +0000
commit09c247d5699fae6e401c6f97475fb6b89be846d6 (patch)
treea7ce485be0cac8f35324dc264f433104555c8424
parent7756bb5f946f4079c6255535943c8f753ac3b282 (diff)
downloadadhd-09c247d5699fae6e401c6f97475fb6b89be846d6.tar.gz
Remove TEST_MAPPING, failing rust tests
* rvc-dev has out-of-date .bp and TEST_MAPPING files, whose failing tests were ignored but now detected by newer tradefed test runners. * Remove/ignore these tests for rvc-dev and down-stream branches. Bug: b/162561729 Test: make and atest Merged-In: I755cd12edf2f7f8ff8b5258f9d34b3f3af02fe5d Change-Id: Ifd140b2828ef44e0d7ad07a4dc19d945cabae8a9
-rw-r--r--audio_streams/TEST_MAPPING8
-rw-r--r--cras/client/cras-sys/TEST_MAPPING8
-rw-r--r--cras/client/libcras/TEST_MAPPING8
3 files changed, 0 insertions, 24 deletions
diff --git a/audio_streams/TEST_MAPPING b/audio_streams/TEST_MAPPING
deleted file mode 100644
index ce60830a..00000000
--- a/audio_streams/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit": [
- {
- "name": "audio_streams_tests_audio_streams",
- "host": true
- }
- ]
-}
diff --git a/cras/client/cras-sys/TEST_MAPPING b/cras/client/cras-sys/TEST_MAPPING
deleted file mode 100644
index 3c63a45e..00000000
--- a/cras/client/cras-sys/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit": [
- {
- "name": "cras-sys_tests_cras_sys",
- "host": true
- }
- ]
-}
diff --git a/cras/client/libcras/TEST_MAPPING b/cras/client/libcras/TEST_MAPPING
deleted file mode 100644
index ecddeebe..00000000
--- a/cras/client/libcras/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit": [
- {
- "name": "libcras_tests_libcras",
- "host": true
- }
- ]
-}