summaryrefslogtreecommitdiff
path: root/patches/monero/0020-fix-remove-flaky-test.patch
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-04-17 08:47:13 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-04-17 08:47:29 +0200
commitdc26758a923b98f2ceb0c2e2e14e9792fff8ca15 (patch)
tree948b32530852e35a981128a9abe851624eae1871 /patches/monero/0020-fix-remove-flaky-test.patch
parentab6a4ebb8be0e5a71da5d3705f6eff782b651699 (diff)
wip: initial FCMP
Diffstat (limited to 'patches/monero/0020-fix-remove-flaky-test.patch')
-rw-r--r--patches/monero/0020-fix-remove-flaky-test.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/patches/monero/0020-fix-remove-flaky-test.patch b/patches/monero/0020-fix-remove-flaky-test.patch
deleted file mode 100644
index 1075db5..0000000
--- a/patches/monero/0020-fix-remove-flaky-test.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 81eb38a5add85266cc0d2aa39ecba9d62337f4b1 Mon Sep 17 00:00:00 2001
-From: Czarek Nakamoto <cyjan@mrcyjanek.net>
-Date: Thu, 5 Mar 2026 18:12:53 +0100
-Subject: [PATCH 20/20] fix: remove flaky test
-
----
- CMakeLists.txt | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 25e034301..19417f072 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -235,9 +235,7 @@ add_library(l3 OBJECT incorrect_source.cpp)
- "-DCMAKE_MODULE_LINKER_FLAGS=${CMAKE_MODULE_LINKER_FLAGS}"
- "-DEXPECT_SUCCESS=${EXPECT}"
- )
-- if (NOT ${SUCCESS} STREQUAL ${EXPECT})
-- message(FATAL_ERROR "Undefined symbols test failure: expect(${EXPECT}), success(${SUCCESS})")
-- endif()
-+
- file(REMOVE_RECURSE "${TEST_PROJECT}")
- endforeach()
- endfunction()
---
-2.50.1 (Apple Git-155)
-