Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 25 of 209) sorted by relevance

123456789

/external/python/cpython3/Lib/test/libregrtest/
Dmain.py70 self.rerun = []
102 def accumulate_result(self, result, rerun=False): argument
105 if not isinstance(result, (ChildError, Interrupted)) and not rerun:
118 if not rerun:
128 if rerun and not isinstance(result, (Failed, Interrupted)):
320 self.rerun.append(test_name)
340 self.accumulate_result(result, rerun=True)
400 if self.rerun:
402 print("%s:" % count(len(self.rerun), "re-run test"))
403 printlist(self.rerun)
/external/python/cpython2/Lib/test/
Dtest_regrtest.py97 rerun=(), argument
110 if isinstance(rerun, str):
111 rerun = [rerun]
146 if rerun:
147 regex = list_regex('%s re-run test%s', rerun)
150 for name in rerun:
175 if rerun:
685 failed=testname, rerun=testname)
/external/cronet/build/android/pylib/local/device/
Dlocal_device_test_run.py84 rerun = None
86 result, rerun = crash_handler.RetryOnSystemCrash(
120 rerun = test
137 if rerun:
138 tests.add(rerun)
/external/angle/build/android/pylib/local/device/
Dlocal_device_test_run.py84 rerun = None
86 result, rerun = crash_handler.RetryOnSystemCrash(
120 rerun = test
137 if rerun:
138 tests.add(rerun)
/external/pigweed/pw_watch/py/pw_watch/
Ddebounce.py182 rerun = self.state == State.RERUN
186 if rerun:
/external/lottie/
Dupload_release.sh7 …NAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${SONATYPE_PASSWORD}" --rerun-tasks --no-paralle…
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06242021/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/toolchain-utils/crosperf/experiment_files/
Dtelemetry_perf_perf52 --rerun=true \
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01252022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01242022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02212022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01072022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02042022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02082022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01122022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04112022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152021/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06212021/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04062022/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Ddevel.partial.Dockerfile25 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/redhat/
Ddevel.partial.Dockerfile25 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
/external/skia/bazel/rbe/gce_linux/cc/
Dbuiltin_include_directory_paths4 paths change, Bazel will make sure to rerun the action, even though none of
/external/rust/cxx/book/src/build/
Dcargo.md44 println!("cargo:rerun-if-changed=src/main.rs");
45 println!("cargo:rerun-if-changed=src/demo.cc");
46 println!("cargo:rerun-if-changed=include/demo.h");
50 The `rerun-if-changed` lines are optional but make it so that Cargo does not
52 the previous Cargo build. By default without any `rerun-if-changed`, Cargo will
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/
Ddevel.partial.Dockerfile28 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…

123456789