File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,11 @@ if (YDB_SDK_TESTS)
279
279
system /nice_ut.cpp
280
280
system /pipe_ut.cpp
281
281
system /platform_ut.cpp
282
+
282
283
# NOTE: `progname_ut` checks if the executable file's name, aka the target's
283
284
# name, is either "util-system-ut" or slightly different variations
284
285
system /progname_ut.cpp
286
+
285
287
system /rusage_ut.cpp
286
288
system /rwlock_ut.cpp
287
289
system /sanitizers_ut.cpp
@@ -292,16 +294,22 @@ if (YDB_SDK_TESTS)
292
294
system /src_root_ut.cpp
293
295
system /tempfile_ut.cpp
294
296
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
+
296
301
# NOTE: `thread_ut` compares the executable file's name and the current
297
302
# thread name, whose length can't be more than 16 bytes in Linux,
298
303
# so the test name shouldn't be longer than "util-system-ut"
299
304
system /thread_ut.cpp
305
+
300
306
system /types_ut.cpp
307
+
301
308
# TODO: add library/cpp/testing/benchmark
302
309
# depends only on NBench::Clobber, that's a memory optimization barrier
303
310
# system/unaligned_mem_ut.cpp
304
311
system /user_ut.cpp
312
+
305
313
system /yassert_ut.cpp
306
314
LINK_LIBRARIES
307
315
yutil
You can’t perform that action at this time.
0 commit comments