Update cpuid test to expect failure on non intel cpu
authorKeith Daigle <kdaigle@fb.com>
Mon, 8 Jan 2018 19:31:12 +0000 (11:31 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 8 Jan 2018 19:35:45 +0000 (11:35 -0800)
commit24f2ac23ead3707b28a494afc5f55ed50bbfccaf
tree8a732f284d280efb54707b3ead8da00c34f74fc9
parent3df176287c46e280f8d4be3b8dc1674fef8cdeb7
Update cpuid test to expect failure on non intel cpu

Summary: Found that testing would fail on aarch64 since mmx is an Intel thing.  Changed it to just check for x64.

Reviewed By: yfeldblum

Differential Revision: D6670050

fbshipit-source-id: 6ce4b45bb5ef02d65305636d6ac28be7631ddf1b
folly/test/CpuIdTest.cpp