Commit 600568ee authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook Github Bot

cmake: mark the xlog tests as BROKEN

Summary:
The xlog test currently fails due to the way that CMake invokes the compiler
with absolute path names.  In the future we should probably update the xlog
code with the ability to strip off some directory prefixes.

Reviewed By: yfeldblum

Differential Revision: D6817547

fbshipit-source-id: 40f08d56d0199c21808a4046ebc1a3a9d70a33e9
parent 71dafdce
...@@ -484,7 +484,11 @@ if (BUILD_TESTS) ...@@ -484,7 +484,11 @@ if (BUILD_TESTS)
TEST printf_test SOURCES PrintfTest.cpp TEST printf_test SOURCES PrintfTest.cpp
TEST rate_limiter_test SOURCES RateLimiterTest.cpp TEST rate_limiter_test SOURCES RateLimiterTest.cpp
TEST standard_log_handler_test SOURCES StandardLogHandlerTest.cpp TEST standard_log_handler_test SOURCES StandardLogHandlerTest.cpp
TEST xlog_test # This test is currently broken in CMake-based builds given
# that CMake passes absolute source paths to the compiler;
# the xlog code probably should be updated to support stripping off
# project directory prefixes.
TEST xlog_test BROKEN
HEADERS HEADERS
XlogHeader1.h XlogHeader1.h
XlogHeader2.h XlogHeader2.h
......
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