ports/devel/rlvm/files/patch-test_medium__object__promotion.cc
Jan Beich 25801d5ac1 devel/rlvm: update to 0.14.67 (20160730 snapshot)
Switch to |git describe --tags| versioning scheme. Tag offsets better
show the amount of changes happenning between snapshots.

Changes:	373a3db...9350209
2016-09-29 09:02:54 +00:00

19 lines
853 B
C++

To workaround the following error
unknown file: Failure
C++ exception with description "ExpressionPiece::GetIntegerValue() invalid on object of type 2" 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),