Skip to content

Commit 798dc88

Browse files
committed
Disable type_name_ut test (#164)
1 parent fe8b6ef commit 798dc88

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

util/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,11 @@ if (YDB_SDK_TESTS)
279279
system/nice_ut.cpp
280280
system/pipe_ut.cpp
281281
system/platform_ut.cpp
282+
282283
# NOTE: `progname_ut` checks if the executable file's name, aka the target's
283284
# name, is either "util-system-ut" or slightly different variations
284285
system/progname_ut.cpp
286+
285287
system/rusage_ut.cpp
286288
system/rwlock_ut.cpp
287289
system/sanitizers_ut.cpp
@@ -292,16 +294,22 @@ if (YDB_SDK_TESTS)
292294
system/src_root_ut.cpp
293295
system/tempfile_ut.cpp
294296
system/tls_ut.cpp
295-
system/type_name_ut.cpp
297+
298+
# NOTE: this test shouldn't be run with STL, so it's explicitly disabled
299+
# system/type_name_ut.cpp
300+
296301
# NOTE: `thread_ut` compares the executable file's name and the current
297302
# thread name, whose length can't be more than 16 bytes in Linux,
298303
# so the test name shouldn't be longer than "util-system-ut"
299304
system/thread_ut.cpp
305+
300306
system/types_ut.cpp
307+
301308
# TODO: add library/cpp/testing/benchmark
302309
# depends only on NBench::Clobber, that's a memory optimization barrier
303310
# system/unaligned_mem_ut.cpp
304311
system/user_ut.cpp
312+
305313
system/yassert_ut.cpp
306314
LINK_LIBRARIES
307315
yutil

0 commit comments

Comments
 (0)