Skip to content

Commit ff3eae6

Browse files
author
Z1 cciauto
committed
Add the LIT_XFAIL_NOT for the lit failures
1 parent 4a7720a commit ff3eae6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/multi_arch_build_portable_linux_artifacts.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
cmake_preset: ${{ inputs.build_variant_cmake_preset }}
346346
amdgpu_families: ${{ inputs.amdgpu_families }}
347347
package_version: ${{ inputs.package_version }}
348-
extra_cmake_options: "-DTHEROCK_ENABLE_ALL=OFF -DTHEROCK_ENABLE_COMPOSABLE_KERNEL=OFF -DTHEROCK_ENABLE_MIOPEN=OFF -DTHEROCK_ENABLE_MIOPENPROVIDER=OFF -DTHEROCK_ENABLE_HIPDNN=OFF -DTHEROCK_ENABLE_HIPBLASLTPROVIDER=OFF -DTHEROCK_ENABLE_HIPDNN_SAMPLES=OFF -DTHEROCK_BUILD_LLVM_TESTS=ON -DTHEROCK_BUILD_COMGR_TESTS=ON -DTHEROCK_BUILD_TESTING=ON -DLLVM_SMREV_REPO='' -DLLVM_SMREV_REVISION='' -DLLVM_ENABLE_ASSERTIONS=ON"
348+
extra_cmake_options: "-DTHEROCK_ENABLE_ALL=OFF -DTHEROCK_ENABLE_COMPOSABLE_KERNEL=OFF -DTHEROCK_ENABLE_MIOPEN=OFF -DTHEROCK_ENABLE_MIOPENPROVIDER=OFF -DTHEROCK_ENABLE_HIPDNN=OFF -DTHEROCK_ENABLE_HIPBLASLTPROVIDER=OFF -DTHEROCK_ENABLE_HIPDNN_SAMPLES=OFF -DTHEROCK_BUILD_LLVM_TESTS=ON -DTHEROCK_BUILD_COMGR_TESTS=ON -DTHEROCK_BUILD_TESTING=ON -DLLVM_SMREV_REPO='' -DLLVM_SMREV_REVISION=''"
349349
BUILD_DIR: build
350350
run: |
351351
cmake -B "${BUILD_DIR}" -S . -GNinja \
@@ -380,9 +380,11 @@ jobs:
380380
381381
- name: LLVM Lit Tests
382382
if: ${{ inputs.stage_name == 'compiler-runtime' }}
383-
#env:
384-
# LIT_XFAIL_NOT: 'CodeGen/AMDGPU/ds-read2-write2-debug-info.ll;CodeGen/AMDGPU/llvm.dbg.value.ll;DebugInfo/AMDGPU/dbg-value-sched-crash.ll;CodeGen/AMDGPU/debug-independence-adjustSchedDependency.ll'
385383
run: |
384+
if [[ "${{ github.ref }}" == "refs/heads/amd/dev/kirthana14m/wavetransform-psdb" ]] || \
385+
[[ "${{ github.head_ref }}" == "amd/dev/kirthana14m/wavetransform-psdb" ]]; then
386+
export LIT_XFAIL_NOT='CodeGen/AMDGPU/ds-read2-write2-debug-info.ll;CodeGen/AMDGPU/llvm.dbg.value.ll;DebugInfo/AMDGPU/dbg-value-sched-crash.ll;CodeGen/AMDGPU/debug-independence-adjustSchedDependency.ll'
387+
fi
386388
ninja -C "${BUILD_DIR}"/compiler/amd-llvm/build check-llvm
387389
388390
- name: Clang Lit Tests

0 commit comments

Comments
 (0)