lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 368b2a28 2/5: Filter out wine nuisance messag


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 368b2a28 2/5: Filter out wine nuisance messages ensuing from wx upgrade
Date: Fri, 3 Mar 2023 09:35:43 -0500 (EST)

branch: master
commit 368b2a28028ed60ef297f2a51ea8c7f2d0ba02ba
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Filter out wine nuisance messages ensuing from wx upgrade
    
    The new messages are:
    
    0024:fixme:explorerframe:taskbar_list_SetProgressState iface \
        0000000001DB8B50, hwnd 00000000002E047C, flags 0 stub!
    
    0024:fixme:explorerframe:taskbar_list_SetProgressValue iface \
        0000000001DB8B50, hwnd 00000000002E047C, ullCompleted 1, \
        ullTotal 1 stub!
---
 nychthemeral_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 95cfd913..3cfd2c81 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -373,7 +373,7 @@ make "$coefficiency" install check_physical_closure 2>&1 \
 if [ "x86_64-pc-linux-gnu" != "$LMI_TRIPLET" ]
 then
   printf '\n# GUI test\n\n'
-  
WINEDEBUG="fixme-event,fixme-hid,fixme-imm,fixme-ntdll,fixme-shell,fixme-win" \
+  
WINEDEBUG="fixme-event,fixme-explorerframe,fixme-hid,fixme-imm,fixme-ntdll,fixme-shell,fixme-win"
 \
   timeout 5m \
   xvfb-run "$PERFORM" "$prefix"/bin/wx_test"$EXEEXT" \
     --ash_nazg --data_path="$prefix"/data 2>&1 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]