HomeSort by relevance Sort by last modified time
    Searched refs:presubmit (Results 1 - 11 of 11) sorted by null

  /bionic/tools/bionicbb/
tasks.py 26 import presubmit
45 'comment': presubmit.handle_comment,
46 'newchange': presubmit.handle_change,
47 'newpatchset': presubmit.handle_change,
49 'abandon': presubmit.skip_handler,
50 'merge-failed': presubmit.skip_handler,
51 'merged': presubmit.skip_handler,
52 'restore': presubmit.skip_handler,
53 'revert': presubmit.skip_handler,
test_tasks.py 4 import presubmit
8 @mock.patch('presubmit.contains_bionicbb')
9 @mock.patch('presubmit.contains_cleanspec')
20 self.assertFalse(presubmit.should_skip_build({
26 @mock.patch('presubmit.contains_bionicbb')
27 @mock.patch('presubmit.contains_cleanspec')
38 self.assertTrue(presubmit.should_skip_build({
44 @mock.patch('presubmit.contains_bionicbb')
45 @mock.patch('presubmit.contains_cleanspec')
56 self.assertTrue(presubmit.should_skip_build(
    [all...]
  /build/make/core/tasks/
test_mapping.mk 16 # a file (out/disabled-presubmit-tests) containing the tests that should be
17 # skipped in presubmit check.
29 @echo "Building artifact to include TEST_MAPPING files and tests to skip in presubmit check."
30 rm -rf $@ $(dir $@)/disabled-presubmit-tests
31 echo $(sort $(PRIVATE_all_disabled_presubmit_tests)) | tr " " "\n" > $(dir $@)/disabled-presubmit-tests
33 $(SOONG_ZIP) -o $@ -C . -l $@.list -C $(dir $@) -f $(dir $@)/disabled-presubmit-tests
34 rm -f $@.list $(dir $@)/disabled-presubmit-tests
  /external/v8/tools/wasm/
update-wasm-fuzzers.sh 20 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
23 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
26 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
29 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
  /external/wycheproof/java/com/google/security/wycheproof/
WycheproofRunner.java 40 * <ul>@Presubmit test runners skip @NoPresubmitTest test functions.
69 * Annotation to specify presubmit test runners that exclude {@code @NoPresubmitTets} tests.
71 * <p>Usage: @Presubmit(ProviderType.BOUNCY_CASTLE)
75 public @interface Presubmit {}
101 * Tests that should be excluded from presubmit checks on specific providers.
111 /** List of providers that this test method should not run as presubmit check. */
139 Presubmit presubmit; field in class:WycheproofRunner.ExcludeTestFilter
145 this.presubmit = runnerClass.getAnnotation(Presubmit.class)
    [all...]
  /external/syzkaller/
Makefile 94 arch_test presubmit presubmit_parallel clean
253 presubmit:
  /build/soong/ui/build/
test_build.go 36 // breakages, and presubmit wouldn't catch them, so just disable the check.
  /external/skqp/
PRESUBMIT.py 6 """Top-level presubmit script for Skia.
8 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
9 for more details about the presubmit API built into gcl.
206 """Presubmit checks common to upload and commit."""
233 """Presubmit checks for the change on upload.
235 The following are the presubmit checks:
240 # Run on upload, not commit, since the presubmit bot apparently doesn't have
448 * Adds 'No-Presubmit: true' for non master branch changes since those don't
449 run the presubmit checks.
517 if not _FooterExists(footers, 'No-Presubmit', 'true')
    [all...]
  /external/skia/
PRESUBMIT.py 6 """Top-level presubmit script for Skia.
8 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
9 for more details about the presubmit API built into gcl.
206 """Presubmit checks common to upload and commit."""
233 """Presubmit checks for the change on upload.
235 The following are the presubmit checks:
240 # Run on upload, not commit, since the presubmit bot apparently doesn't have
503 """Presubmit checks for the change on commit.
505 The following are the presubmit checks:
  /external/skia/infra/bots/
gen_tasks.go 1217 func presubmit(b *specs.TasksCfgBuilder, name string) string { func
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 1230 func presubmit(b *specs.TasksCfgBuilder, name string) string { func
    [all...]

Completed in 567 milliseconds