Index: /trunk/src/VBox/Devices/Audio/AudioTest.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/AudioTest.cpp	(revision 91683)
+++ /trunk/src/VBox/Devices/Audio/AudioTest.cpp	(revision 91684)
@@ -2388,4 +2388,10 @@
                                              pCmp->pszName,
                                              fPre ? "Pre" : "Post", cbBeacon ? "found" : "not found", cbBeacon, cbBeaconExpected);
+        AssertRC(rc2);
+    }
+    else
+    {
+        int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "File '%s': %s beacon found and valid",
+                                            pCmp->pszName, fPre ? "Pre" : "Post");
         AssertRC(rc2);
     }
