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 Test Exemptions #624

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
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
5 changes: 1 addition & 4 deletions Platforms/QemuQ35Pkg/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@

# Declare test whose failure will not return a non-zero exit code
FAILURE_EXEMPT_TESTS = {
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"DxePagingAuditTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"MemoryProtectionTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"MemoryAttributeProtocolFuncTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
}

# Allow failure exempt tests to be ignored for 90 days
Expand Down
8 changes: 3 additions & 5 deletions Platforms/QemuSbsaPkg/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@

# Declare test whose failure will not return a non-zero exit code
FAILURE_EXEMPT_TESTS = {
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"DxePagingAuditTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"JsonTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"MemoryProtectionTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"BaseCryptLibUnitTestApp.efi": datetime.datetime(2023, 4, 5, 0, 0, 0),
"VariablePolicyFuncTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"DxePagingAuditTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
"BaseCryptLibUnitTestApp.efi": datetime.datetime(2023, 4, 21, 0, 0, 0),
}

# Allow failure exempt tests to be ignored for 90 days
Expand Down