Hi,
Running layout tests on Windows fails and the error message points me to the general Windows build instructions that say nothing about layout tests. In any case, I already followed the build instructions.
<quote>
autoninja -C out/release blink_tests
>third_party\WebKit\Tools\Scripts\run-webkit-tests -t release accessibility\editable-root.html
Using port 'win-win10'
Test configuration: <win10, x86, release>
View the test results at file://E:\src\chromium\src\out\release\layout-test-results/results.html
Using random order with seed: 1523548421
Baseline search path: win -> generic
Using Release build
Pixel tests enabled
Regular timeout: 6000, slow test timeout: 30000
Command line: E:\src\chromium\src\out\release\content_shell.exe --run-layout-test --ignore-certificate-errors-spki-list=Nxvaj3+bY3oVrTc+Jp7m3E3sB1n3lXtnMDCyBsqEXiY= --user-data-dir --enable-direct-write --enable-crash-reporter --crash-dumps-dir=E:\src\chromium\src\out\release\crash-dumps\reports -
Found 1 test; running 1, skipping 0.
Ruby is not installed; can't generate pretty patches.
CDB is not installed; can't symbolize minidumps.
For complete Windows build requirements, please see:
Build check failed
</quote>
The file where it says that the test results should be in doesn't exist.
I don't think that either the absence of Ruby or cdb is the issue here. Ruby was never required and I don't think that not being able to find cdb should be a problem. I never needed cdb in the past.
Trying to run content_shell by itself sometimes crashes, sometimes says it can't find the file.
Any help appreciated.
Thanks,
Nektarios.