blob: ce69d382e339eb0f6f57e39a8dc8296ebb068ba3 [file] [log] [blame]
PASS Create a mark "existing_mark"
PASS self.performance.measure("measure", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.
PASS self.performance.measure("measure", "mark", "existing_mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.
PASS self.performance.measure("measure", "existing_mark", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.
PASS self.performance.measure("measure", "mark", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.