Lines Matching refs:error_msg

25   std::string error_msg;  in TEST()  local
27 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST()
28 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()
40 std::string error_msg; in TEST() local
42 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "atom", &error_msg)); in TEST()
43 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()
52 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "atom", &error_msg)); in TEST()
53 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
65 std::string error_msg; in TEST() local
67 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "sandybridge", &error_msg)); in TEST()
68 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()
77 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "sandybridge", &error_msg)); in TEST()
78 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
90 std::string error_msg; in TEST() local
92 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "silvermont", &error_msg)); in TEST()
93 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()
102 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "silvermont", &error_msg)); in TEST()
103 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()
115 std::string error_msg; in TEST() local
117 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "kabylake", &error_msg)); in TEST()
118 ASSERT_TRUE(x86_features.get() != nullptr) << error_msg; in TEST()
127 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "kabylake", &error_msg)); in TEST()
128 ASSERT_TRUE(x86_64_features.get() != nullptr) << error_msg; in TEST()