mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-13 00:41:02 +00:00
minidump: fix tests to expect new rdtscp bit after 5c44f1d14f1c
TEST=crashpad_minidump_test MinidumpSystemInfoWriter.InitializeFromSnapshot_AMD64 Change-Id: I2fdd2061626a9f906eab025eeb8191d680196109 Reviewed-on: https://chromium-review.googlesource.com/409612 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
5c44f1d14f
commit
3abde199a7
@ -405,7 +405,8 @@ TEST(MinidumpSystemInfoWriter, InitializeFromSnapshot_AMD64) {
|
||||
(1 << PF_COMPARE_EXCHANGE128) |
|
||||
(1 << PF_XSAVE_ENABLED) |
|
||||
(1 << PF_RDWRFSGSBASE_AVAILABLE) |
|
||||
(1 << PF_RDRAND_INSTRUCTION_AVAILABLE);
|
||||
(1 << PF_RDRAND_INSTRUCTION_AVAILABLE) |
|
||||
(UINT64_C(1) << PF_RDTSCP_INSTRUCTION_AVAILABLE);
|
||||
expect_system_info.Cpu.OtherCpuInfo.ProcessorFeatures[1] = 0;
|
||||
const char kOSVersionBuild[] = "13F34";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user