mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 01:57:58 +08:00
fuchsia: Exclude capture_context_test.cc from test build
Pending a definition of NativeCPUContext, and an implementation of CaptureContext(). Bug: crashpad:196 Change-Id: Ibd7721cb740d7662379bb6b22e7804738e16c724 Reviewed-on: https://chromium-review.googlesource.com/916902 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
a8ad3bdbdf
commit
73e862e15a
@ -432,7 +432,6 @@ source_set("util_test") {
|
||||
"file/filesystem_test.cc",
|
||||
"file/string_file_test.cc",
|
||||
"misc/arraysize_unsafe_test.cc",
|
||||
"misc/capture_context_test.cc",
|
||||
"misc/capture_context_test_util.h",
|
||||
"misc/clock_test.cc",
|
||||
"misc/from_pointer_cast_test.cc",
|
||||
@ -467,6 +466,14 @@ source_set("util_test") {
|
||||
"thread/worker_thread_test.cc",
|
||||
]
|
||||
|
||||
if (!crashpad_is_fuchsia) {
|
||||
sources += [
|
||||
# No NativeCPUContext defined for Fuchsia yet.
|
||||
# https://crashpad.chromium.org/bug/196.
|
||||
"misc/capture_context_test.cc",
|
||||
]
|
||||
}
|
||||
|
||||
if (!crashpad_is_android && !crashpad_is_fuchsia) {
|
||||
# Android and Fuchsia will each require an HTTPTransport implementation
|
||||
# (libcurl isn’t in either’s SDK) and a solution to
|
||||
|
Loading…
x
Reference in New Issue
Block a user