File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ if (YDB_SDK_TESTS)
221
221
cpu_id_ut
222
222
daemon_ut
223
223
datetime_ut
224
- # TODO: direct_io_ut freezes
224
+ # TODO: fix direct_io_ut
225
+ # TDirectIoErrorHandling::Constructor: did not throw any exception (expected TFileError)
225
226
direct_io_ut
226
227
env_ut
227
228
error_ut
@@ -255,11 +256,7 @@ if (YDB_SDK_TESTS)
255
256
shellcommand_ut
256
257
shmat_ut
257
258
spinlock_ut
258
- # TODO: fix src_location_ut
259
- # TestLocation::Test1
260
259
src_location_ut
261
- # TODO: fix src_root_ut
262
- # TestSourceRoot::TestStrip
263
260
src_root_ut
264
261
tempfile_ut
265
262
# TODO: fix thread_ut
@@ -268,7 +265,7 @@ if (YDB_SDK_TESTS)
268
265
tls_ut
269
266
# TODO: fix type_name_ut
270
267
# TypeName::FromWellKnownTypes
271
- # TypeName::FromWellKnownValues
268
+ # TypeName::FromArcadiaTypes
272
269
# TypeName::FromWellKnownValues
273
270
type_name_ut
274
271
types_ut
@@ -674,9 +671,10 @@ elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64")
674
671
)
675
672
endif ()
676
673
674
+ # These definitions are needed to `util/system/src_root.h` works properly
677
675
target_compile_definitions (yutil PUBLIC
678
- ARCADIA_ROOT_CMAKE_HELPER =${YDB_SDK_SOURCE_DIR}
679
- ARCADIA_BUILD_ROOT_CMAKE_HELPER =${YDB_SDK_BINARY_DIR}
676
+ ARCADIA_ROOT =${YDB_SDK_SOURCE_DIR}
677
+ ARCADIA_BUILD_ROOT =${YDB_SDK_BINARY_DIR}
680
678
)
681
679
682
680
_ydb_sdk_install_targets (TARGETS yutil )
You can’t perform that action at this time.
0 commit comments