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

  /test/vts-testcase/kernel/linux_kselftest/presubmit/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/linux_kselftest/presubmit
  /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...]
  /external/v8/tools/
update-wasm-fuzzers.sh 22 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
25 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
28 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
32 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
35 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
38 --mode=release --no-presubmit --extra-flags="--dump-wasm-module \
  /test/vti/dashboard/src/main/webapp/js/
search_header.js 73 var oneChecked = checkboxes.presubmit || checkboxes.postsubmit;
83 var presubmit = $('<input type="checkbox" id="presubmit"></input>');
84 presubmit.appendTo(container);
85 if (checkboxes.presubmit) {
86 presubmit.prop('checked', true);
88 container.append('<label for="presubmit">Presubmit</label>');
95 presubmit.change(function() {
96 checkboxes.presubmit = presubmit.prop('checked')
    [all...]
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/
UnitTests.java 22 import com.android.compatibility.common.tradefed.presubmit.ApkPackageNameCheck;
23 import com.android.compatibility.common.tradefed.presubmit.CtsConfigLoadingTest;
24 import com.android.compatibility.common.tradefed.presubmit.IntegrationTest;
25 import com.android.compatibility.common.tradefed.presubmit.PresubmitSetupValidation;
26 import com.android.compatibility.common.tradefed.presubmit.ValidateTestsAbi;
71 // presubmit
  /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...]
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
PresubmitSetupValidation.java 16 package com.android.compatibility.common.tradefed.presubmit;
26 * Tests that validate the CTS presubmit setup to ensure no CL will break the presubmit setup
43 fail(String.format("ConfigException '%s': One of your change is breaking the presubmit "
ApkPackageNameCheck.java 16 package com.android.compatibility.common.tradefed.presubmit;
CtsConfigLoadingTest.java 16 package com.android.compatibility.common.tradefed.presubmit;
ValidateTestsAbi.java 16 package com.android.compatibility.common.tradefed.presubmit;
IntegrationTest.java 16 package com.android.compatibility.common.tradefed.presubmit;
    [all...]
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/
VtsUnitTests.java 20 import com.android.tradefed.presubmit.VtsConfigLoadingTest;
49 // presubmit
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/presubmit/
VtsConfigLoadingTest.java 16 package com.android.tradefed.presubmit;
  /tools/tradefederation/core/prod-tests/src/com/android/tradefed/presubmit/
DeviceTestsConfigValidation.java 16 package com.android.tradefed.presubmit;
GeneralTestsConfigValidation.java 16 package com.android.tradefed.presubmit;
  /external/v8/
PRESUBMIT.py 28 """Top-level presubmit script for V8.
30 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
31 for more details about the presubmit API built into gcl.
64 """Runs the V8 presubmit checks."""
68 from presubmit import CppLintProcessor
69 from presubmit import SourceProcessor
70 from presubmit import StatusFilesProcessor
  /build/soong/ui/build/
test_build.go 31 // breakages, and presubmit wouldn't catch them, so just disable the check.
  /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.
241 """Presubmit checks common to upload and commit."""
271 """Presubmit checks for the change on upload.
273 The following are the presubmit checks:
278 # Run on upload, not commit, since the presubmit bot apparently doesn't have
485 * Adds 'No-Presubmit: true' for non master branch changes since those don't
486 run the presubmit checks.
554 if not _FooterExists(footers, 'No-Presubmit', 'true')
    [all...]
  /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.
218 """Presubmit checks common to upload and commit."""
247 """Presubmit checks for the change on upload.
249 The following are the presubmit checks:
254 # Run on upload, not commit, since the presubmit bot apparently doesn't have
461 * Adds 'No-Presubmit: true' for non master branch changes since those don't
462 run the presubmit checks.
530 if not _FooterExists(footers, 'No-Presubmit', 'true')
    [all...]
  /prebuilts/go/darwin-x86/src/go/format/
format.go 83 // version of gofmt (for instance, such as for presubmit checks) should
  /prebuilts/go/linux-x86/src/go/format/
format.go 83 // version of gofmt (for instance, such as for presubmit checks) should
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py     [all...]

Completed in 423 milliseconds