Searched refs:test_runtime (Results 1 – 6 of 6) sorted by relevance
6 name = "test_runtime",7 srcs = ["test_runtime.py"],
400 test_runtime = find_first_slice_value(slices, 'test_runtime')415 'test_runtime': test_runtime,
1022 for test_runtime in self.test_runtimes:1023 if test_runtime == "coreclr":1027 elif test_runtime == "mono":1058 shortname="csharp.%s.%s" % (test_runtime, test),
900 for test_runtime in self.test_runtimes:901 if test_runtime == 'coreclr':905 elif test_runtime == 'mono':929 shortname='csharp.%s.%s' % (test_runtime, test),
2700 def test_runtime(self): member in TestTyping
5784 FileName: ./python/pyarmnn/test/test_runtime.py