[PATCH] D76609: [DEXTER] Add support for windows in regression test suite.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 28 09:40:13 PDT 2020
rnk added a comment.
I synced to a revision where this was landed, ran the tests on Windows, and got these results:
-- Testing: 54 tests, 8 workers --
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 182.54s
Expected Passes : 28
Expected Failures : 3
Unsupported Tests : 23
That's pretty good! Thanks for polishing this up.
I noticed there were a few tests that seemed to hang. The process driving the debugger consumed spun consuming CPU with no memory growth. I think this was one of the XFAILed expect_watch_something.cpp tests, from checking it in process hacker. As a next step, I think it would be good to look into these slow tests. Previously the cdb tests ran in a nominal amount of time, < 20s.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76609/new/
https://reviews.llvm.org/D76609
More information about the llvm-commits
mailing list