-
Notifications
You must be signed in to change notification settings - Fork 566
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
port all suite/tests/* to x64 #16
Comments
From derek.br...@gmail.com on February 16, 2009 17:23:49 r21 fixed a bunch of tests. for windows the biggest fix needed is in the runall here is the current status: Linux: Windows: |
From derek.br...@gmail.com on February 27, 2010 07:41:26 fixed protect-dstack in r275 |
From derek.br...@gmail.com on February 27, 2010 10:21:46 in r278 : issue #16 : x64 linux tests:
|
From qin.zhao@gmail.com on December 01, 2011 12:03:38 new cbr-retargetet.c test case in client-interface does not work in Windows X64 because of the inline assembly code. |
From derek.br...@gmail.com on February 16, 2009 09:34:03
this was PR 262902: [x64] port suite/tests/* to x64
not all of the tests have been ported. the most work involves
externalizing the inline asm, but in the past I put in infrastructure to at
least have it in the same file.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=16
The text was updated successfully, but these errors were encountered: