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
Describe the bug
The code_api|tool.drcachesim.scattergather test fails with the error Failed Required regular expression not found.. On inspection, I noticed that the test output was missing this statement AVX2/AVX-512 scatter/gather checks ok.
Test output
282: Test updating the AVX2 gather mask register upon translation events
282: Test restoring the AVX2 gather scratch xmm register upon a fault
282: ---- <application exited with code 139> ----
Expected
Test updating the AVX2 gather mask register upon translation events
Test restoring the AVX2 gather scratch xmm register upon a fault
AVX2/AVX-512 scatter/gather checks ok
---- <application exited with code 0> ----
To Reproduce
Run this on an x86-32 build
ctest -V -R 'tool.drcachesim.scattergather'
The test passes if the following lines are commented out in suite/tests/client-interface/drx-scattergather.c
intercept_signal(SIGSEGV, (handler_3_t)&signal_handler_check_xmm3, false);
test_idx32_vec[1] = 0xefffffff;
if (SIGSETJMP(mark) == 0) {
test_avx2_restore_gather_scratch_xmm_fault(ref_idx32_val32_xmm_ymm_zmm,
test_idx32_vec, scratch_xmm_val);
print("ERROR: Expected a fault\n");
}
Describe the bug
The
code_api|tool.drcachesim.scattergather
test fails with the errorFailed Required regular expression not found.
. On inspection, I noticed that the test output was missing this statementAVX2/AVX-512 scatter/gather checks ok
.Test output
Expected
To Reproduce
Run this on an x86-32 build
ctest -V -R 'tool.drcachesim.scattergather'
The test passes if the following lines are commented out in
suite/tests/client-interface/drx-scattergather.c
Please also answer these questions:
Expected behavior
Test should pass
Screenshots or Pasted Text
Versions
11bf678
Additional context
The text was updated successfully, but these errors were encountered: