Home
last modified time | relevance | path

Searched refs:cm (Results 1 – 3 of 3) sorted by relevance

/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab_test.py139 with self.assertRaises(ValueError) as cm:
149 self.assertEqual(str(cm.exception), expected)
160 with self.assertRaises(ValueError) as cm:
170 self.assertIn(expected, str(cm.exception))
181 with self.assertRaises(ValueError) as cm:
190 self.assertIn('Bad XSRF token', str(cm.exception))
201 with self.assertRaises(ValueError) as cm:
210 self.assertIn('Expired XSRF token', str(cm.exception))
221 with self.assertRaises(ValueError) as cm:
230 self.assertIn('Unknown response from server', str(cm.exception))
[all …]
Dbuild_flasher_test.py39 with self.assertRaises(ValueError) as cm:
42 str(cm.exception))
/test/vts/utils/native/testability_checker/
DVtsTestabilityCheckerTest.cpp184 CompatibilityMatrix cm; in testFrameworkCompMatrix() local
259 gCompatibilityMatrixConverter(&cm, xml); in testFrameworkCompMatrix()
260 return cm; in testFrameworkCompMatrix()