Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
-
Not for Release Notes
Description
waiting_threads-t is not listed in CMakeLists.txt and is not even compilable anymore. We should either re-enable this test or drop it.
diff --git a/unittest/mysys/CMakeLists.txt b/unittest/mysys/CMakeLists.txt
|
index 0c61ff0..aa64781 100644
|
--- a/unittest/mysys/CMakeLists.txt
|
+++ b/unittest/mysys/CMakeLists.txt
|
@@ -14,7 +14,7 @@
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
 |
MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
|
- aes
|
+ aes waiting_threads
|
LINK_LIBRARIES mysys)
|
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
|
|