mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 16:43:53 +00:00
Disable PtraceBroker.SameBitness
Bug: chromium:1459865 Change-Id: I28d5caa739c5b59f4af1f062616443aa16fadfa1 Fixed: chromium:1459862 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4663174 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
9e37dc46b6
commit
00ce1f9f8f
@ -277,7 +277,10 @@ class SameBitnessTest : public Multiprocess {
|
|||||||
ScopedMmap mapping_;
|
ScopedMmap mapping_;
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST(PtraceBroker, SameBitness) {
|
// TODO(https://crbug.com/1459865): This test consistently fails on ASAN/LSAN
|
||||||
|
// but it's not clear if this test is correct in the general case (see comment 2
|
||||||
|
// on that issue).
|
||||||
|
TEST(PtraceBroker, DISABLED_SameBitness) {
|
||||||
SameBitnessTest test;
|
SameBitnessTest test;
|
||||||
test.Run();
|
test.Run();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user