Home
last modified time | relevance | path

Searched refs:TestScript (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/build/soong/tests/
H A Drun_tool_with_logging_test.py59 test_tool = TestScript.create(self.working_dir)
69 test_tool = TestScript.create(self.working_dir)
79 test_tool = TestScript.create(self.working_dir)
80 test_logger = TestScript.create(self.working_dir)
95 test_tool = TestScript.create(self.working_dir, "echo 'tool called'")
96 test_logger = TestScript.create(self.working_dir)
120 test_tool = TestScript.create(self.working_dir)
121 test_logger = TestScript.create(self.working_dir, "echo 'logger called'")
131 test_tool = TestScript.create(self.working_dir)
132 test_logger = TestScript.create(
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/
Dscriptreadme_test.go145 When TestScript runs a script and the script fails, by default TestScript shows
183 --- FAIL: TestScript (3.75s)
184 --- FAIL: TestScript/install_rebuild_gopath (0.16s)
220 --- FAIL: TestScript (3.75s)
221 --- FAIL: TestScript/install_rebuild_gopath (0.16s)
Dscript_test.go37 var testSum = flag.String("testsum", "", `may be tidy, listm, or listall. If set, TestScript genera…
40 func TestScript(t *testing.T) { func
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_state.py212 def TestScript(self): member in BinarySearchState
259 status = self.TestScript()
271 status = self.TestScript()
374 status = self.TestScript()
646 status = self.TestScript()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
DREADME89 When TestScript runs a script and the script fails, by default TestScript shows
127 --- FAIL: TestScript (3.75s)
128 --- FAIL: TestScript/install_rebuild_gopath (0.16s)
164 --- FAIL: TestScript (3.75s)
165 --- FAIL: TestScript/install_rebuild_gopath (0.16s)
Denv_cross_build.txt4 # Unset variables set by the TestScript harness. Users typically won't
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit_string.py8 class TestScript(JitTestCase): class
H A Dtest_jit.py3006 class TestScript(JitTestCase): class
9022 super(TestScript.DerivedStateModule, self).__init__()
9046 sm = TestScript.DerivedStateModule()
9518 super(TestScript.StarTestSumStarred, self).__init__()
9528 super(TestScript.StarTestReturnThree, self).__init__()
9538 self.m = torch.jit.trace(TestScript.StarTestSumStarred(),
9540 self.g = torch.jit.trace(TestScript.StarTestReturnThree(), torch.ones(4, 3))
9554 self.m = torch.jit.trace(TestScript.StarTestSumStarred(),
9556 self.g = torch.jit.trace(TestScript.StarTestReturnThree(), torch.ones(4, 3))
9569 super(TestScript.StarTestSumAndReturnThree, self).__init__()
[all …]