- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Failures (0.05 seconds)
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
assertFalse("Rich report file exists", isFile) } return buildResult.apply { assertTrue("Build result is not a failure", failure != null) println(failure?.message) block() } } private fun setupRunBinaryCompatibility(v1: File.() -> Unit, v2: File.() -> Unit): File {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 18K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR [#14536](https://github.com/fastapi/fastapi/pull/14536) by [@tiangolo](https://github.com/tiangolo). * 👷 Run Smokeshow always, even on test failures. PR [#14538](https://github.com/fastapi/fastapi/pull/14538) by [@tiangolo](https://github.com/tiangolo).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
.bazelrc
common:windows --host_linkopt=/DEBUG common:windows --linkopt=/OPT:REF common:windows --host_linkopt=/OPT:REF common:windows --linkopt=/OPT:ICF common:windows --host_linkopt=/OPT:ICF # Verbose failure logs when something goes wrong common:windows --verbose_failures # Work around potential issues with large command lines on windows. # See: https://github.com/bazelbuild/bazel/issues/5163
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 26 23:20:26 GMT 2025 - 56.8K bytes - Click Count (0)