Searched refs:print_error (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py68 def print_error(error): function
78 print_error("*** Error %s - got '%r', but expecting '%r'" % (what, got, expecting))
118 print_error("*** Setting attribute '%s' to '%r' didnt yield an exception!" % (attr_name, new_value) )
124 print_error("*** Wrong exception setting '%s' to '%r'- got '%s: %s', expected '%s'" % (attr_name, new_value, exc_typ, exc_val, expected_exception))
132 print_error("calling method %s - expected %r, but got %r" % (method.__name__, expected_results, ret))
143 print_error("Bad value for constant '%s' - got '%r'" % (cname, v))
146 print_error("The object allowed us to set the constant '%s'" % (cname,))
249 print_error("strings with chars > 128 appear to have stopped failing?")

Completed in 58 milliseconds