Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/test/asan/TestCases/
-
test/
-
asan/
-
TestCases/
-
use-after-scope-capture.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D148376
[ASan] fix test broken by argument promotion pass
Closed
Public
Authored by
fmayer
on Apr 14 2023, 1:47 PM.
Download Raw Diff
Details
Reviewers
thurston
vitalybuka
Commits
rG6d051ae90dca: [ASan] fix test broken by argument promotion pass
Diff Detail
Repository
rG LLVM Github Monorepo
Unit Tests
Failed
Time
Test
1,020 ms
x64 debian > AddressSanitizer-x86_64-linux-dynamic.TestCases::use-after-scope-capture.cpp
2,100 ms
x64 debian > AddressSanitizer-x86_64-linux.TestCases::use-after-scope-capture.cpp
Event Timeline
fmayer
created this revision.
Apr 14 2023, 1:47 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Apr 14 2023, 1:47 PM
Herald
added a subscriber:
Enna1
.
·
View Herald Transcript
fmayer
requested review of this revision.
Apr 14 2023, 1:47 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Apr 14 2023, 1:47 PM
Herald
added a subscriber:
Restricted Project
.
·
View Herald Transcript
fmayer
added a reviewer:
thurston
.
Apr 14 2023, 1:48 PM
vitalybuka
accepted this revision.
Apr 14 2023, 1:51 PM
This revision is now accepted and ready to land.
Apr 14 2023, 1:51 PM
This revision was landed with ongoing or failed builds.
Apr 14 2023, 1:52 PM
Closed by commit
rG6d051ae90dca: [ASan] fix test broken by argument promotion pass
(authored by
fmayer
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
fmayer
added a commit:
rG6d051ae90dca: [ASan] fix test broken by argument promotion pass
.
thurston
mentioned this in
D148193: [lsan] Move allocator base to avoid conflict with high-entropy ASLR for x86-64 Linux
.
Apr 14 2023, 2:20 PM
Harbormaster
completed remote builds in
B225720: Diff 513735
.
Apr 14 2023, 2:28 PM
fmayer
mentioned this in
D148396: [asan][test] Fix use-after-scope-capture test after D148269
.
Apr 14 2023, 4:58 PM