[PATCH 0/1] MR4837: Draft: DEBUG Check if GitLab takes PARENTSRC into account.
It should run the xaudio2_7:xaudio2 test when xaudio2_8/tests/xaudio2.c is modified. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4837
From: Francois Gouget <fgouget(a)codeweavers.com> It should run the xaudio2_7:xaudio2 test when xaudio2_8/tests/xaudio2.c is modified. --- dlls/xaudio2_7/tests/xaudio2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/xaudio2_7/tests/xaudio2.c b/dlls/xaudio2_7/tests/xaudio2.c index 2b3102d21fe..857f0ef5659 100644 --- a/dlls/xaudio2_7/tests/xaudio2.c +++ b/dlls/xaudio2_7/tests/xaudio2.c @@ -1237,6 +1237,7 @@ START_TEST(xaudio2) CoInitialize(NULL); + ok(!xaudio27, "The test was run in with version %d\n", XAUDIO2_VER); test_xapo_creation(); if (!(audio = create_xaudio2())) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4837
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=141877 Your paranoid android. === w7u_2qxl (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w7u_adm (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w7u_el (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w8 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w8adm (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w864 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064v1507 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064v1809 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064_tsign (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64_en_AE_u8 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w11pro64 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w7pro64 (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w864 (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064v1507 (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064v1809 (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064_2qxl (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064_adm (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w1064_tsign (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64 (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64_ar (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64_ja (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w10pro64_zh_CN (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === w11pro64_amd (64 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit ar:MA report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit de report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit fr report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit he:IL report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit hi:IN report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit ja:JP report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11 (32 bit zh:CN report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11b (32 bit WoW report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7 === debian11b (64 bit WoW report) === xaudio2_7: xaudio2.c:1240: Test failed: The test was run in with version 7
PARENTSRC isn't supported with the current simple test filter, and it's going to be difficult to without a smarter diff script or makedep help. Note that we're already building every commit in a MR, so perhaps we can detect which test file has changed if we also build the merge target commit as a baseline then look for modified *_test.exe. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4837#note_57403
This merge request was closed by Huw Davies. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4837
participants (5)
-
Francois Gouget -
Francois Gouget (@fgouget) -
Huw Davies (@huw) -
Marvin -
Rémi Bernon