The trailing 'L' was missing in the expectation.
Details
Details
- Reviewers
vvereschaka RKSimon danalbert EricWF ldionne srhines - Group Reviewers
Restricted Project - Commits
- rG96a979c0c295: Fix test for D77924.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The test got failed again. I got the following output:
ubuntu@jetson8:~$ ./t.tmp.exe Testing 29715 symbols. 1ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE -> <-0x1.cecececececececececececececep+11983L Got instead: <-0x1.cecececececececececececececep+11983L> t.tmp.exe: C:/buildbot/temp/llvm-project/libcxxabi/test/test_demangle.pass.cpp:30001: void testFPLiterals(): Assertion `false' failed. Aborted (core dumped)
looks like it does not expect trailing >.
Comment Actions
@enh,
may be let's commit the fix? This problem keeps the builder in red for a week already.
Comment Actions
Yes, let's just submit this now. If it breaks further, then we can consider other options. I'm not sure why there is a separate libc++abi reviewer listed here.