|
7 | 7 | "totalError": 20, |
8 | 8 | "totalSkipped": 22 |
9 | 9 | }, |
10 | | - "failing": [ |
11 | | - "wheels.tests.specs.cli.RewriteConfigInstallerSpec :: cli.lucli.services.RewriteConfigInstaller :: emits a rewrite.config that passes 3.x-convention static-asset dirs through to the default servlet", |
12 | | - "wheels.tests.specs.cli.RewriteConfigInstallerSpec :: cli.lucli.services.RewriteConfigInstaller :: emits a rewrite.config using positive-match [L]-flagged passthrough rules, not negated RewriteCond chains", |
13 | | - "wheels.tests.specs.cli.RewriteConfigInstallerSpec :: cli.lucli.services.RewriteConfigInstaller :: is a no-op when the project already ships its own rewrite.config (idempotent)", |
14 | | - "wheels.tests.specs.cli.RewriteConfigInstallerSpec :: cli.lucli.services.RewriteConfigInstaller :: returns installed=false with a reason when the source template can't be read", |
15 | | - "wheels.tests.specs.cli.RewriteConfigInstallerSpec :: cli.lucli.services.RewriteConfigInstaller :: writes the project-level rewrite.config when the project doesn't have one", |
16 | | - "wheels.tests.specs.controller.miscellaneousSpec :: Tests that sendfile :: does not rewrite an absolute directory containing the '/wheels' substring", |
17 | | - "wheels.tests.specs.controller.miscellaneousSpec :: Tests that sendfile :: serves a file from an absolute directory outside the web root", |
18 | | - "wheels.tests.specs.migrator.migrationSpec :: Tests addIndex :: creates an index on multiple columns", |
19 | | - "wheels.tests.specs.packages.LoadRegistryPackagesSpec :: Public.$loadRegistryPackages :: captures registry errors into the error field without throwing", |
20 | | - "wheels.tests.specs.packages.LoadRegistryPackagesSpec :: Public.$loadRegistryPackages :: lets non-Wheels.Packages errors bubble up as real bugs", |
21 | | - "wheels.tests.specs.packages.LoadRegistryPackagesSpec :: Public.$loadRegistryPackages :: returns empty packages and no error in staging (gate allows development only)", |
22 | | - "wheels.tests.specs.packages.LoadRegistryPackagesSpec :: Public.$loadRegistryPackages :: returns empty packages and no error when environment is production", |
23 | | - "wheels.tests.specs.packages.LoadRegistryPackagesSpec :: Public.$loadRegistryPackages :: returns packages from the registry in development", |
24 | | - "wheels.tests.specs.packages.ManifestCacheEnsureDirSpec :: ManifestCache directory creation :: creates deeply nested cache directories whose parents do not yet exist", |
25 | | - "wheels.tests.specs.packages.ManifestCacheEnsureDirSpec :: ManifestCache directory creation :: creates the manifests subdirectory when only the root exists", |
26 | | - "wheels.tests.specs.packages.RegistryFetchManifestSpec :: Registry.fetchManifest validation :: listAll() skips a malformed manifest instead of crashing", |
27 | | - "wheels.tests.specs.packages.RegistryFetchManifestSpec :: Registry.fetchManifest validation :: rejects a stale on-disk cache entry that fails the versions invariant (B's nuance)", |
28 | | - "wheels.tests.specs.wheelstest.BrowserTestArtifactDirSpec :: BrowserTest artifact directory creation :: creates deeply nested artifact directories whose parents do not yet exist (regression #2614)", |
29 | | - "wheels.tests.specs.wheelstest.BrowserTestArtifactDirSpec :: BrowserTest artifact directory creation :: is a no-op when the artifact directory already exists" |
30 | | - ] |
| 10 | + "failing": [] |
31 | 11 | } |
0 commit comments