-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
common.floatpc_xl8all test fails on win8 #1427
Comments
From [email protected] on April 14, 2014 10:59:02 xref issue #698 % bin64/drrun -debug -loglevel 4 -translate_fpu_pc -- suite/tests/bin/common.floatpc.exe The inter fxsave64, which worked: The inter fxsave, which fails: float_pc_update: fp state 0x000000976e90f950 0:000> dq @@(state) So the top 32 bits are zeroed out. We expect that for OP_fxsave32 in On Win7 the cache is typically in the bottom 4GB: So the question is: do we try to fit all possible top 32-bit prefixes |
From [email protected] on April 14, 2014 11:13:30 I'm putting in some simple speculation: float_pc_update: speculating: pc 0x000000000e991444 + top half of vmcode = 0x000007f60e991444 |
From [email protected] on April 15, 2014 15:42:28 This issue was closed by revision r2670 . Status: Fixed |
From [email protected] on April 14, 2014 12:46:14
http://build.chromium.org/p/client.dynamorio/builders/win-8-dr/builds/526/steps/pre-commit%20suite/logs/stdio I can repro locally:
10: Test command: C:\derek\dr\git\build_x64_dbg_tests\bin64\drrun.exe "-s" "60" "-quiet" "-debug" "-use_dll" "C:/derek/dr/git/build_x64_dbg_tests/lib64/debug/dynamorio.dll" "-exit0" "-ops" "-stderr_mask 0xC -msgbox_mask 0 -dumpcore_mask 0x7d -staged -translate_fpu_pc -code_api " "C:/derek/dr/git/build_x64_dbg_tests/suite/tests/bin/common.floatpc.exe"
10: Test timeout computed to be: 1500
10: FXSAVE64 intra is correctly handled
10: FXSAVE64 inter is correctly handled
10: FXSAVE intra is correctly handled
10: FXSAVE inter is incorrectly handled
2/2 Test
#10
: code_api|common.floatpc_xl8all ...***Failed Required regular expression not found.Regex=[^] 0.36 secOriginal issue: http://code.google.com/p/dynamorio/issues/detail?id=1427
The text was updated successfully, but these errors were encountered: