Searched +full:- +full:- +full:ignore +full:- +full:errors (Results 1 – 2 of 2) sorted by relevance
1 # ----------------------------------------------------------------------------------------3 # ----------------------------------------------------------------------------------------5 - test:cpu-and-tidy6 - test:gpu-and-float13 # ----------------------------------------------------------------------------------------15 # ----------------------------------------------------------------------------------------16 noether-asan:17 stage: test:cpu-and-tidy19 - cpu24 - export COVERAGE=0 CC=gcc CXX=g++ FC=gfortran[all …]
19 sys.path.insert(0, str(Path(__file__).parent / "junit-xml"))65 csv_rtol: float = -166 csv_ztol: float = -167 cgns_tol: float = -188 def get_source_path(self, test: str) -> Path:100 def get_run_path(self, test: str) -> Path:112 def get_output_path(self, test: str, output_file: str) -> Path:125 def test_failure_artifacts_path(self) -> Path:132 return getattr(self, '_cgns_tol', 1.0e-12)141 return getattr(self, '_csv_ztol', 3e-10)[all …]