diff options
| author | Yong He <yonghe@outlook.com> | 2023-08-10 13:19:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 13:19:37 -0700 |
| commit | 60ebadab1ec269c7017148a028307a9b5f32b1d4 (patch) | |
| tree | d6e02ae04c06f4fb433eb36df1f40e0a9c97ab07 /tools/slang-unit-test/unit-test-lock-file.cpp | |
| parent | d4e72a93e13ab880b2f355fb7fb5d55cf0113c3d (diff) | |
Allow member lookup through modified type. (#3091)
* Allow member lookup through modified type.
* Disable `lockFileSync` test.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools/slang-unit-test/unit-test-lock-file.cpp')
| -rw-r--r-- | tools/slang-unit-test/unit-test-lock-file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/slang-unit-test/unit-test-lock-file.cpp b/tools/slang-unit-test/unit-test-lock-file.cpp index 312d9a1e2..be767a5ee 100644 --- a/tools/slang-unit-test/unit-test-lock-file.cpp +++ b/tools/slang-unit-test/unit-test-lock-file.cpp @@ -29,9 +29,9 @@ SLANG_UNIT_TEST(lockFileOpenClose) SLANG_UNIT_TEST(lockFileSync) { - // aarch64 builds currently fail to run multi-threaded tests within the test-server. + // aarch64/linux builds currently fail to run multi-threaded tests within the test-server. // Tests work fine without the test-server, which is puzzling. For now we disable them. -#if SLANG_PROCESSOR_ARM_64 +#if SLANG_PROCESSOR_ARM_64 || SLANG_LINUX SLANG_IGNORE_TEST #endif |
