asan: fix a windows test
authorDmitry Vyukov <dvyukov@google.com>
Fri, 30 Apr 2021 20:47:43 +0000 (13:47 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 30 Apr 2021 20:51:58 +0000 (13:51 -0700)
commitbf61690e92b210c8934918152bed2932cf665105
treecb8732af5ce6e4d5cad53f4f9198dcff559bb720
parent954272108587d0862919212137e67988f079c4a5
asan: fix a windows test

Before commit "sanitizer_common: introduce kInvalidTid/kMainTid"
asan invalid/unknown thread id was 0xffffff, so presumably we printed "T16777215".
Now it's -1, so we print T-1. Fix the test.
I think the new format is even better, "T-1" clearly looks like something special
rather than a random large number.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D101634
compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cpp