aboutsummaryrefslogtreecommitdiff
path: root/test/mock
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-04-19 22:27:28 -0700
committerMarat Dukhan <marat@fb.com>2018-04-19 22:27:28 -0700
commitd03d5d296063063c66877fb559cf34469734e3e1 (patch)
tree28e43bbd372f97a0e285d5afa119147e7d937f64 /test/mock
parent9f8b886650f780dd40d2be2f19e68d91d81c0eb9 (diff)
downloadcpuinfo-d03d5d296063063c66877fb559cf34469734e3e1.tar.gz
Validate FP16 compute non-detection in Galaxy S9 (Global) mock test
Diffstat (limited to 'test/mock')
-rw-r--r--test/mock/galaxy-s9-global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock/galaxy-s9-global.cc b/test/mock/galaxy-s9-global.cc
index 8f81d31..593c613 100644
--- a/test/mock/galaxy-s9-global.cc
+++ b/test/mock/galaxy-s9-global.cc
@@ -511,7 +511,7 @@ TEST(ISA, neon_rdm) {
ASSERT_FALSE(cpuinfo_has_arm_neon_rdm());
}
-TEST(ISA, DISABLED_fp16_arith) {
+TEST(ISA, fp16_arith) {
ASSERT_FALSE(cpuinfo_has_arm_fp16_arith());
}