Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update smoke-test error number expectations. #1951

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/bin/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ ExpectedFailCount[preprocessor:ibex]=368

ExpectedFailCount[syntax:opentitan]=36
ExpectedFailCount[lint:opentitan]=36
ExpectedFailCount[project:opentitan]=732
ExpectedFailCount[project:opentitan]=733
ExpectedFailCount[preprocessor:opentitan]=1955

ExpectedFailCount[syntax:sv-tests]=77
ExpectedFailCount[lint:sv-tests]=76
ExpectedFailCount[project:sv-tests]=187
ExpectedFailCount[preprocessor:sv-tests]=139

ExpectedFailCount[syntax:caliptra-rtl]=4
ExpectedFailCount[lint:caliptra-rtl]=4
ExpectedFailCount[project:caliptra-rtl]=288
ExpectedFailCount[preprocessor:caliptra-rtl]=668
ExpectedFailCount[syntax:caliptra-rtl]=17
ExpectedFailCount[lint:caliptra-rtl]=17
ExpectedFailCount[project:caliptra-rtl]=313
ExpectedFailCount[preprocessor:caliptra-rtl]=690

ExpectedFailCount[syntax:Cores-VeeR-EH2]=2
ExpectedFailCount[lint:Cores-VeeR-EH2]=2
Expand Down