Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/runtest/Inputs/test-suite-cmake/fake-cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ then
if [[ $CMAKE_C_COMPILER_TARGET != "notfound" ]]; then
echo CMAKE_C_COMPILER_TARGET:STRING=$CMAKE_C_COMPILER_TARGET
fi
echo CMAKE_OBJDUMP:FILEPATH=objdump
echo CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
echo CMAKE_C_FLAGS:STRING=-O0
echo CMAKE_CXX_FLAGS:STRING=
Expand All @@ -67,6 +68,7 @@ else
echo "Dummy" > CMakeCache.txt
echo CMAKE_C_COMPILER:FILEPATH=$CMAKE_C_COMPILER >> CMakeCache.txt
echo CMAKE_CXX_COMPILER:FILEPATH=$CMAKE_CXX_COMPILER >> CMakeCache.txt
echo CMAKE_OBJDUMP:FILEPATH=objdump >> CMakeCache.txt
if [[ $CMAKE_C_COMPILER_TARGET != "notfound" ]]; then
echo CMAKE_C_COMPILER_TARGET:STRING=$CMAKE_C_COMPILER_TARGET >> CMakeCache.txt
fi
Expand Down
2 changes: 0 additions & 2 deletions tests/runtest/test_suite-compile-only.shtest
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# XFAIL: TODO-FIXME

# Check running with compile only
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
Expand Down
2 changes: 0 additions & 2 deletions tests/runtest/test_suite-perf-events.shtest
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# XFAIL: TODO-FIXME

# Check specifying which linux perf events to measure
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
Expand Down
2 changes: 0 additions & 2 deletions tests/runtest/test_suite-pgo.shtest
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# XFAIL: TODO-FIXME

# Check running with PGO
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
Expand Down
2 changes: 0 additions & 2 deletions tests/runtest/test_suite-profile-import.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# XFAIL: TODO-FIXME

# Check importing test-suite profiles into db
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
Expand Down
2 changes: 0 additions & 2 deletions tests/runtest/test_suite-profile.shtest
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# XFAIL: TODO-FIXME

# Check importing profiles
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
Expand Down
Loading