Disable test in external_symbolizer_path.cpp temporarily to debug test failures.

This commit is contained in:
Amy Huang 2021-02-12 11:51:13 -08:00
parent 51bf4c0e6d
commit 5815b71eac
1 changed files with 5 additions and 9 deletions

View File

@ -1,12 +1,3 @@
// If the binary looks up libraries using an rpath, we can't test this
// without copying the whole lib dir or polluting the build dir.
// REQUIRES: static-libs
// The above also applies if the binary is built with libc++.
// UNSUPPORTED: libcxx-used
// REQUIRES: shell
// REQUIRES: x86-target-arch
// RUN: rm -rf %t.bin
// RUN: mkdir %t.bin
// RUN: cp $(which llvm-symbolizer) %t.bin
@ -21,9 +12,14 @@
// RUN: %env_tool_opts=external_symbolizer_path=%d/external_symbolizer_path.cpp.tmp.bin/llvm-symbolizer \
// RUN: %run %t 2>&1 | FileCheck %s --check-prefix=NOT-FOUND
// REQUIRES: shell
// Mobile device will not have symbolizer in provided path.
// UNSUPPORTED: ios, android
// FIXME: Figure out why this fails and re-enable.
// UNSUPPORTED: *
#include <sanitizer/common_interface_defs.h>
#include <stdio.h>