• Home
  • Raw
  • Download

Lines Matching +full:sanitizer +full:- +full:test

7 #      http://www.apache.org/licenses/LICENSE-2.0
24 # pylint: disable=wrong-import-position
35 # NOTE: This integration test relies on
36 # https://github.com/google/oss-fuzz/tree/master/projects/example project.
56 # pylint: disable=no-self-use,protected-access,too-few-public-methods,unused-argument
85 if element == env_var_arg and command[idx - 1] == '-e':
93 """Tests for building OSS-Fuzz projects on GitHub actions."""
95 SANITIZER = 'address' variable in InternalGithubBuildTest
105 sanitizer=self.SANITIZER,
135 """Test upload build (disabled)."""
147 """Test upload build."""
164 self.out_dir = os.path.join(self.workspace, 'build-out')
167 base_runner_path = os.path.join(INFRA_DIR, 'base-images', 'base-runner')
175 project_repo_name = 'external-project'
176 git_url = 'https://github.com/jonathanmetzman/cifuzz-external-example.git'
177 # This test is dependant on the state of
178 # github.com/jonathanmetzman/cifuzz-external-example.
192 project_repo_name = 'cifuzz-external-example'
193 git_url = 'https://github.com/jonathanmetzman/cifuzz-external-example.git'
194 # This test is dependant on the state of
195 # github.com/jonathanmetzman/cifuzz-external-example.
197 'https://github.com/jonathanmetzman/cifuzz-external-example',
215 project_repo_name='oss-fuzz',
228 project_repo_name='oss-fuzz',
241 project_repo_name='oss-fuzz',
243 pr_ref='ref-1/merge',
252 project_repo_name='oss-fuzz',
261 project_repo_name='not-real-repo',
270 project_repo_name='oss-fuzz',
281 project_repo_name='oss-fuzz',
290 SANITIZER = 'address' variable in CheckFuzzerBuildTest
298 sanitizer=self.SANITIZER,
322 os.mkdir(os.path.join(self.config.workspace, 'build-out'))
337 @unittest.skip('Test is too long to be run with presubmit.')
340 Note: This test relies on "curl" being an OSS-Fuzz project."""
345 def _create_config(cls, tmp_dir, sanitizer): argument
351 sanitizer=sanitizer)
354 def test_valid_project_curl(self, sanitizer): argument
358 build_fuzzers.build_fuzzers(self._create_config(tmp_dir, sanitizer)))
371 expected_result = ['-v', '/host/repo:/host/repo']