| D | runner.py | 200 def __init__(self, test_path, flags): argument 201 self.path = test_path 247 def __init__(self, test_path, flags): argument 248 Test.__init__(self, test_path, flags) 377 def test_path(self, src): member in Runner 433 print(self.test_path(test.path)) 470 def test_path(self, src): member in RegressionRunner 487 def test_path(self, src): member in AbcToAsmRunner 492 def __init__(self, test_path, flags, is_debug): argument 493 Test.__init__(self, test_path, flags) [all …]
|