Skip to content

Commit e8ce7c4

Browse files
committed
Re-enable failing tests
1 parent 24e0635 commit e8ce7c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ jobs:
7676
export CC=/opt/llvm/bin/clang
7777
export CXX=/opt/llvm/bin/clang++
7878
79-
if [ "$RUNNER_ARCH" = "ARM64" ]; then
80-
# XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
81-
export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
82-
export LIT_FILTER_OUT=TestqOffsets.py
83-
fi
84-
8579
if [[ "${{ matrix.runs-on }}" = "llvm-premerge-linux-runners" ]]; then
8680
# This environment variable is passes into the container through the
8781
# runner pod definition. This differs between our two clusters which

0 commit comments

Comments
 (0)