You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test was declaring victory even when Spring crashed! Fixed by:
1. Check infolog exists (fail if missing)
2. Search infolog for crash signatures (CrashHandler, Aborted, Segmentation)
3. **Require** LuaUI to load (fail if not found)
4. Check RmlUi messages (warning only, not fatal yet)
5. Only pass if exit code is 0 or 124 (timeout)
Before: Crashes declared as "✓ PASSED" - WRONG!
After: Crashes detected and test fails - CORRECT!
The old logic was backwards - it would pass on any crash that happened
quickly. Now it actually validates success criteria.
0 commit comments