Ticket #2454 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

CMake FrameworkTests in Visual Studio regenerates all the test cpp's

Reported by: Russell Taylor Owned by: Russell Taylor
Priority: major Milestone: Iteration 28
Component: Infrastructure Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Whitty

Description

...which means all the tests are recompiled every time. We're currently using msbuild on the Hudson build so this is really slowing things down.

The same target on linux does not show this behaviour (except for regenerating the python test .py files, which is virtually free).

It looks like this only started happening within the past week.

Change History

comment:1 Changed 10 years ago by Russell Taylor

It doesn't behave like this with nmake/jom either, though previously we'd found that to be slower than msbuild.

comment:2 Changed 10 years ago by Russell Taylor

The change to FindCxxTest.cmake in [9450] is somehow responsible for this.

comment:3 Changed 10 years ago by Russell Taylor

  • Status changed from new to accepted

comment:4 Changed 10 years ago by Russell Taylor

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 9 years ago by Michael Whitty

  • Status changed from verify to verifying
  • Tester set to Michael Whitty

comment:6 Changed 9 years ago by Michael Whitty

  • Status changed from verifying to closed

this no longer happens.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3301

Note: See TracTickets for help on using tickets.