|
2 | 2 |
|
3 | 3 | Copy-Item -Recurse "$PSScriptRoot/../e2e-assets/ci-verify-versions-registry" "$TestingRoot/ci-verify-versions-registry"
|
4 | 4 | git -C "$TestingRoot/ci-verify-versions-registry" @gitConfigOptions init
|
| 5 | +git -C "$TestingRoot/ci-verify-versions-registry" @gitConfigOptions add --chmod=+x 'ports/executable-bit/some-script.sh' |
5 | 6 | git -C "$TestingRoot/ci-verify-versions-registry" @gitConfigOptions add -A
|
6 | 7 | git -C "$TestingRoot/ci-verify-versions-registry" @gitConfigOptions commit -m testing
|
7 | 8 | Move-Item "$TestingRoot/ci-verify-versions-registry/old-port-versions/has-local-edits" "$TestingRoot/ci-verify-versions-registry/ports"
|
8 | 9 |
|
9 | 10 | $expected = @"
|
10 |
| -$TestingRoot/ci-verify-versions-registry/ports/malformed/vcpkg.json:4:3: error: Unexpected character; expected property name |
11 |
| - on expression: ~broken |
12 |
| - ^ |
13 | 11 | $TestingRoot/ci-verify-versions-registry/versions/b-/bad-git-tree.json: error: [email protected] git tree 000000070c5f496fcf1a97cf654d5e81f0d2685a does not match the port directory
|
14 | 12 | $TestingRoot/ci-verify-versions-registry/ports/bad-git-tree: note: the port directory has git tree 6528b2c70c5f496fcf1a97cf654d5e81f0d2685a
|
15 | 13 | $TestingRoot/ci-verify-versions-registry/ports/bad-git-tree/vcpkg.json: note: if [email protected] is already published, update this file with a new version or port-version, commit it, then add the new version by running:
|
@@ -41,34 +39,34 @@ note: you can run the following commands to add the current version of baseline-
|
41 | 39 | git add versions
|
42 | 40 | git commit -m `"Update version database`"
|
43 | 41 | $TestingRoot/ci-verify-versions-registry/ports/baseline-version-missing/vcpkg.json: message: all version constraints are consistent with the version database
|
44 |
| -$TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database: message: [email protected] is correctly in the version database (321c8b400526dc412a987285ef469eec6221a4b4) |
45 |
| -$TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline |
46 |
| -$TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database/vcpkg.json: error: the dependency no-versions does not exist in the version database; does that port exist? |
47 | 42 | $TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database-feature: message: [email protected] is correctly in the version database (2298ee25ea54ed92595250a2be07d01bdd76f47c)
|
48 | 43 | $TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline
|
49 | 44 | $TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database-feature/vcpkg.json: error: the dependency no-versions does not exist in the version database; does that port exist?
|
50 | 45 | note: the dependency is in the feature named add-things
|
51 |
| -$TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database: message: [email protected] is correctly in the version database (f0d44555fe7714929e432ab9e12a436e28ffef9e) |
52 |
| -$TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline |
53 |
| -$TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database/vcpkg.json: error: the "version>=" constraint to good names version 0.9 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. |
54 |
| -$TestingRoot/ci-verify-versions-registry/versions/g-/good.json: note: consider removing the version constraint or choosing a value declared here |
| 46 | +$TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database: message: [email protected] is correctly in the version database (321c8b400526dc412a987285ef469eec6221a4b4) |
| 47 | +$TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline |
| 48 | +$TestingRoot/ci-verify-versions-registry/ports/dependency-not-in-versions-database/vcpkg.json: error: the dependency no-versions does not exist in the version database; does that port exist? |
55 | 49 | $TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database-feature: message: [email protected] is correctly in the version database (ba3008bb2d42c61f172b7d9592de0212edf20fc6)
|
56 | 50 | $TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline
|
57 | 51 | $TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database-feature/vcpkg.json: error: the "version>=" constraint to good names version 0.9 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg.
|
58 | 52 | $TestingRoot/ci-verify-versions-registry/versions/g-/good.json: note: consider removing the version constraint or choosing a value declared here
|
59 | 53 | note: the dependency is in the feature named add-things
|
| 54 | +$TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database: message: [email protected] is correctly in the version database (f0d44555fe7714929e432ab9e12a436e28ffef9e) |
| 55 | +$TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline |
| 56 | +$TestingRoot/ci-verify-versions-registry/ports/dependency-version-not-in-versions-database/vcpkg.json: error: the "version>=" constraint to good names version 0.9 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. |
| 57 | +$TestingRoot/ci-verify-versions-registry/versions/g-/good.json: note: consider removing the version constraint or choosing a value declared here |
| 58 | +$TestingRoot/ci-verify-versions-registry/ports/executable-bit: message: [email protected] is correctly in the version database (6fb9e388021421a5bf6e2cb1f57c67e9ceb6ee43) |
| 59 | +$TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline |
| 60 | +$TestingRoot/ci-verify-versions-registry/ports/executable-bit/vcpkg.json: message: all version constraints are consistent with the version database |
60 | 61 | $TestingRoot/ci-verify-versions-registry/ports/good: message: [email protected] is correctly in the version database (0f3d67db0dbb6aa5499bc09367a606b495e16d35)
|
61 | 62 | $TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline
|
62 | 63 | $TestingRoot/ci-verify-versions-registry/ports/good/vcpkg.json: message: all version constraints are consistent with the version database
|
63 |
| -$TestingRoot/ci-verify-versions-registry/ports/has-local-edits/vcpkg.json: error: the git tree of the port directory could not be determined. This is usually caused by uncommitted changes. |
64 |
| -note: you can commit your changes and add them to the version database by running: |
65 |
| - git add "$TestingRoot/ci-verify-versions-registry/ports/has-local-edits" |
66 |
| - git commit -m wip |
67 |
| - vcpkg x-add-version has-local-edits |
68 |
| - git add versions |
69 |
| - git commit --amend -m "[has-local-edits] Add new port" |
| 64 | +$TestingRoot/ci-verify-versions-registry/ports/has-local-edits: message: [email protected] is correctly in the version database (b1d7f6030942b329a200f16c931c01e2ec9e1e79) |
70 | 65 | $TestingRoot/ci-verify-versions-registry/versions/baseline.json: message: [email protected] matches the current baseline
|
71 | 66 | $TestingRoot/ci-verify-versions-registry/ports/has-local-edits/vcpkg.json: message: all version constraints are consistent with the version database
|
| 67 | +$TestingRoot/ci-verify-versions-registry/ports/malformed/vcpkg.json:4:3: error: Unexpected character; expected property name |
| 68 | + on expression: ~broken |
| 69 | + ^ |
72 | 70 | $TestingRoot/ci-verify-versions-registry/versions/m-/mismatch-git-tree.json: error: [email protected] git tree 41d20d2a02d75343b0933b624faf9f061b112dad does not match the port directory
|
73 | 71 | $TestingRoot/ci-verify-versions-registry/ports/mismatch-git-tree: note: the port directory has git tree 34b3289caaa7a97950828905d354dc971c3c15a7
|
74 | 72 | $TestingRoot/ci-verify-versions-registry/ports/mismatch-git-tree/vcpkg.json: note: if [email protected] is already published, update this file with a new version or port-version, commit it, then add the new version by running:
|
@@ -129,6 +127,7 @@ $TestingRoot/ci-verify-versions-registry/versions/d-/dependency-not-in-versions-
|
129 | 127 | $TestingRoot/ci-verify-versions-registry/versions/d-/dependency-not-in-versions-database-feature.json: message: [email protected] is correctly in the version database (2298ee25ea54ed92595250a2be07d01bdd76f47c)
|
130 | 128 | $TestingRoot/ci-verify-versions-registry/versions/d-/dependency-version-not-in-versions-database.json: message: [email protected] is correctly in the version database (f0d44555fe7714929e432ab9e12a436e28ffef9e)
|
131 | 129 | $TestingRoot/ci-verify-versions-registry/versions/d-/dependency-version-not-in-versions-database-feature.json: message: [email protected] is correctly in the version database (ba3008bb2d42c61f172b7d9592de0212edf20fc6)
|
| 130 | +$TestingRoot/ci-verify-versions-registry/versions/e-/executable-bit.json: message: [email protected] is correctly in the version database (6fb9e388021421a5bf6e2cb1f57c67e9ceb6ee43) |
132 | 131 | $TestingRoot/ci-verify-versions-registry/versions/g-/good.json: message: [email protected] is correctly in the version database (0f3d67db0dbb6aa5499bc09367a606b495e16d35)
|
133 | 132 | $TestingRoot/ci-verify-versions-registry/versions/h-/has-local-edits.json: message: [email protected] is correctly in the version database (b1d7f6030942b329a200f16c931c01e2ec9e1e79)
|
134 | 133 | $TestingRoot/ci-verify-versions-registry/versions/m-/malformed.json: $buildtreesRoot/versioning_/versions/malformed/a1f22424b0fb1460200c12e1b7933f309f9c8373/vcpkg.json:4:3: error: Unexpected character; expected property name
|
|
0 commit comments