Reporting Issues
Bug 2514 - Disable EBC for UnitTestFrameworkPkg and all unit tests
Summary: Disable EBC for UnitTestFrameworkPkg and all unit tests
Status: RESOLVED FIXED
Alias: None
Product: EDK2
Classification: Unclassified
Component: Code (show other bugs)
Version: Current
Hardware: All All
: Lowest normal
Assignee: Michael Kinney
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-10 15:13 UTC by Michael Kinney
Modified: 2020-02-11 18:58 UTC (History)
1 user (show)

See Also:
EDK II Code First industry standard specifications: ---
Branch URL:
Release(s) the issue is observed: EDK II Master
The OS the target platform is running: ---
Package: UnitTestFrameworkPkg
Release(s) the issues must be fixed: EDK II Master
Tianocore documents:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kinney 2020-02-10 15:13:17 UTC
The UnitTestLib uses vararg macros, and these are not supported
by the EBC compiler.  Disable the EBC in the UnitTestFrameworkPkg
and all unit tests in packages that use the UnitTestLib class.
Comment 1 Michael Kinney 2020-02-10 15:13:32 UTC
Assign to owner
Comment 2 Michael Kinney 2020-02-11 18:52:27 UTC
Assign to owner
Comment 4 Michael Kinney 2020-02-11 18:58:45 UTC
Pushed as b3407223c5..27fb01a0b0

EDK II CI PR: https://github.com/tianocore/edk2/pull/365
Comment 5 Michael Kinney 2020-02-11 18:58:57 UTC
Finished