839fe7d15a
PR: 195964 Differential Revision: https://reviews.freebsd.org/D1696 Reviewed by: bapt Approved by: bapt (mentor) rlvm is a Free Software reimplementation of VisualArt's KK's RealLive interpreter, used in the games Kanon, Air, CLANNAD, Planetarian, Tomoyo After and Little Busters, among many others. WWW: http://www.elliotglaysher.org/rlvm/
19 lines
847 B
C++
19 lines
847 B
C++
To workaround the following error
|
|
|
|
unknown file: Failure
|
|
C++ exception with description "ExpressionPiece::GetStringValue() invalid on this object" thrown in the test body.
|
|
[ FAILED ] MediumObjectPoromotion/PromotionTest.BgLayerPromotion/49, where GetParam() = ("recMulti", 1, (3, "\"file\"$\xFF\0\0\0\0$\xFF\xFF\0\0\0"), true) (1 ms)
|
|
|
|
--- test/medium_object_promotion.cc~
|
|
+++ test/medium_object_promotion.cc
|
|
@@ -246,10 +246,6 @@ std::vector<PromotionData> data = {
|
|
0,
|
|
TestMachine::Arg("file", 0),
|
|
SHOULD_PROMOTE_BG),
|
|
- std::make_tuple("recMulti",
|
|
- 1,
|
|
- TestMachine::Arg("file", 0, 255),
|
|
- SHOULD_PROMOTE_BG),
|
|
std::make_tuple("grpOpen",
|
|
0,
|
|
TestMachine::Arg("file", 0),
|