File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -133,16 +133,16 @@ KnownProjectToolIssue[project:caliptra-rtl]=1946
133
133
# removed.
134
134
declare -A ExpectedFailCount
135
135
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
140
140
141
141
ExpectedFailCount[syntax:opentitan]=94
142
142
ExpectedFailCount[lint:opentitan]=94
143
- ExpectedFailCount[project:opentitan]=1122
143
+ ExpectedFailCount[project:opentitan]=1123
144
144
ExpectedFailCount[formatter:opentitan]=0
145
- ExpectedFailCount[preprocessor:opentitan]=3029
145
+ ExpectedFailCount[preprocessor:opentitan]=3031
146
146
147
147
ExpectedFailCount[syntax:sv-tests]=77
148
148
ExpectedFailCount[lint:sv-tests]=76
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ verible_used_stdenv.mkDerivation {
12
12
name = "verible-build-environment" ;
13
13
buildInputs = with pkgs ;
14
14
[
15
- bazel_6
16
- jdk11
15
+ bazel_7
17
16
git
18
17
19
18
# For scripts used inside bzl rules and tests
You can’t perform that action at this time.
0 commit comments