Greetings Martin.

I think it's likely that we will need to make some changes to the
windows infrastructure.

The cause of the missing legacy tests is twofold.  First, the legacy
test executables appear to fail to compile in dynamic builds because the legacy test driver symbols aren't resolved. This seems to point to a failure to export them correctly. Second, the runall.wsf script doesn't pass the names of non-existent executables to the exec script. Therefore, you don't see any targets in the COMPILE or LINK states when the exec utility runs.

Looking at the runall.wsf and generated .stdcxx_runtests solution, I believe that the cause of the format messages likely is coming from a failure to pass the compatibility mode options to the test suite. Farid, the additional switches that need to be passed to the exec utility when running the tests are '--compat -x "--compat -O -"' (minus the single quotes). Hopefully the shell will handle the quote processing correctly.

--Andrew Black

Martin Sebor wrote:
I noticed that the legacy tests (like 21_native.exe) are reported
with the status of FORMAT in some of our most recent results (from
this morning) and missing from others.

Andrew, do you have any idea what's going on here? Do we still need
to change the Windows test harness to enable the legacy output mode
in the driver? What about the builds where they are missing?

Legacy tests with FORMAT status:
http://people.apache.org/~sebor/stdcxx/results/windows-vista-amd64-msvc-64b-8.0-15s-log.gz.txt

Missing legacy tests:
http://people.apache.org/~sebor/stdcxx/results/windows-vista-amd64-msvc-64b-8.0-12d-log.gz.txt

Thanks
Martin

Reply via email to