Skip to content

Commit

Permalink
run-tests: Add expected failure list for GitHub macOS CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Dec 9, 2023
1 parent 0b3c3cc commit b8f4e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ jobs:
run: |
unzip wine-mono-*-tests.zip 1>&2
wine reg add 'HKCU\Software\Wine\WineDbg' /v ShowCrashDialog /t REG_DWORD /d 0 /f
wine64 tests/run-tests.exe -fail-list:tests/github-wine-failing.txt
wine64 tests/run-tests.exe -fail-list:tests/github-wine-macos-failing.txt
2 changes: 2 additions & 0 deletions tools/run-tests/github-wine-macos-failing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
direct3dadapter
xnatest

0 comments on commit b8f4e21

Please sign in to comment.