[PATCH] D76609: [DEXTER] Add support for windows in regression test suite.

Tom Weaver via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 02:23:23 PDT 2020


Hi Davide,

I've marked tests that were 'REQUIRES: system-linux' before this change to
'UNSUPPORTED: system-darwin',

The failing tests should no longer cause any hangs up on you CI. If you run
into any further issues please let me know,

the git hash for commit is : d30e9ad34519cb0ec17d411bc103af7bb76da77e

Thanks
Tom W

On Tue, 31 Mar 2020 at 09:09, Tom Weaver <chackz0x12 at gmail.com> wrote:

> Hi Davide,
>
> sorry about the failures, I'l get right on it, thanks for sharing.
>
> Sorry I missed your mails too.
> Tom W
>
> --------------------------------
>
> Hi Reid,
>
> We have an internal ticket for improving the performance of the regression
> tests, it's not clear what's causing the slow down at this point in time
> but we intend to fix it in the near future.
>
> Thanks again,
> Tom W
>
> On Sat, 28 Mar 2020 at 16:40, Reid Kleckner via Phabricator <
> reviews at reviews.llvm.org> wrote:
>
>> 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
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200331/85f1ca63/attachment-0001.html>


More information about the llvm-commits mailing list