-
Notifications
You must be signed in to change notification settings - Fork 561
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
build: convert suite/ to cmake and ctest #65
Comments
From [email protected] on March 03, 2009 15:54:27 this would also address issue #12 |
From [email protected] on March 24, 2009 21:15:51 r106 has a good first step but not quite all the way there Major features in this commit:
|
From [email protected] on March 26, 2009 08:45:32 r112 has step 2: Explored several alternatives but came up with the following plan:
Fixed some issues:
Still TODO (see all the FIXMEs in tests/CMakeLists.txt):
|
From [email protected] on March 26, 2009 10:52:41 r113 has step 3:
|
From [email protected] on April 05, 2009 09:47:52 Issue 12 has been merged into this issue. |
From [email protected] on April 12, 2009 12:57:22 Windows support for 32-bit is pretty much there, though more tests fail than did in r128 :
in r134 :
changes for tests that affect non-test usage:
|
From [email protected] on April 12, 2009 21:14:38 in r135 :
still TODO:
|
From [email protected] on May 25, 2009 14:32:04 r162 added execve multi-build test support |
From [email protected] on February 27, 2010 21:48:02 in r280 : Eliminated many Windows test failures.
Added new feature .templatex where regex can be used in template:
Fixed test flakiness:
Updated the name of the dll/exe in the code + template:
Needed the NIGHTLY_REGRESSION define turned on:
Fixed minor errors in template:
Disabled:
|
From [email protected] on March 03, 2009 18:14:51
split from base cmake feature issue #19 we should convert our suite/tests/Makefile build rules to cmake, and our
suite/runregression and suite/tests/Makefile test harness to ctest. then
we can hook it up to Dash and have a dashboard from remote nightly
regressions (xref issue #11 )
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=65
The text was updated successfully, but these errors were encountered: