Commit ca99585d authored by John Budorick's avatar John Budorick Committed by Commit Bot

android: add test filter for breakpad_unittests on ASAN.

Bug: 790202
Change-Id: I51149179f46c560df574a91c1bb5baa12926361b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678778Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672549}
parent 0832f906
......@@ -14518,7 +14518,8 @@
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
"--recover-devices",
"--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter"
],
"merge": {
"args": [
......
......@@ -24,6 +24,14 @@ source_set("blink_web_tests_filter") {
]
}
source_set("breakpad_unittests_filters") {
testonly = true
data = [
"//testing/buildbot/filters/android.asan.breakpad_unittests.filter",
]
}
source_set("browser_tests_filters") {
testonly = true
......
-ExceptionHandlerTest.AdditionalMemory
-ExceptionHandlerTest.AdditionalMemoryRemove
-ExceptionHandlerTest.GenerateMultipleDumpsWithFD
-ExceptionHandlerTest.GenerateMultipleDumpsWithPath
-ExceptionHandlerTest.InstructionPointerMemory
-ExceptionHandlerTest.InstructionPointerMemoryMaxBound
-ExceptionHandlerTest.InstructionPointerMemoryMinBound
-ExceptionHandlerTest.ModuleInfo
-ExceptionHandlerTest.WriteMinidumpExceptionStream
......@@ -69,6 +69,15 @@
'Linux FYI Experimental Release (Intel HD 630)',
],
},
'breakpad_unittests': {
'modifications': {
'android-asan': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
],
},
},
},
'browser_tests': {
'remove_from': [
# chromium.clang
......
......@@ -719,6 +719,7 @@ if (is_linux || is_android) {
data_deps = [
":linux_dumper_unittest_helper",
"//testing/buildbot/filters:breakpad_unittests_filters",
]
include_dirs = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment