Skip to content

Commit 97d6002

Browse files
authored
Merge pull request #2399 from hzeller/feature-20250502-update-smoke
Update smoke test expectations.
2 parents 904f446 + d2eea33 commit 97d6002

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/bin/smoke-test.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ KnownProjectToolIssue[project:caliptra-rtl]=1946
133133
# removed.
134134
declare -A ExpectedFailCount
135135

136-
ExpectedFailCount[syntax:ibex]=14
137-
ExpectedFailCount[lint:ibex]=14
138-
ExpectedFailCount[project:ibex]=211
139-
ExpectedFailCount[preprocessor:ibex]=385
136+
ExpectedFailCount[syntax:ibex]=18
137+
ExpectedFailCount[lint:ibex]=18
138+
ExpectedFailCount[project:ibex]=221
139+
ExpectedFailCount[preprocessor:ibex]=394
140140

141141
ExpectedFailCount[syntax:opentitan]=94
142142
ExpectedFailCount[lint:opentitan]=94
143-
ExpectedFailCount[project:opentitan]=1122
143+
ExpectedFailCount[project:opentitan]=1123
144144
ExpectedFailCount[formatter:opentitan]=0
145-
ExpectedFailCount[preprocessor:opentitan]=3029
145+
ExpectedFailCount[preprocessor:opentitan]=3031
146146

147147
ExpectedFailCount[syntax:sv-tests]=77
148148
ExpectedFailCount[lint:sv-tests]=76

shell.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ verible_used_stdenv.mkDerivation {
1212
name = "verible-build-environment";
1313
buildInputs = with pkgs;
1414
[
15-
bazel_6
16-
jdk11
15+
bazel_7
1716
git
1817

1918
# For scripts used inside bzl rules and tests

0 commit comments

Comments
 (0)