mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-cpp/units: disable failing tests
Closes: https://bugs.gentoo.org/908388 Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
This commit is contained in:
13
dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch
Normal file
13
dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/unitTests/main.cpp b/unitTests/main.cpp
|
||||
index 96befa3..73a4d93 100644
|
||||
--- a/unitTests/main.cpp
|
||||
+++ b/unitTests/main.cpp
|
||||
@@ -1409,7 +1409,7 @@ TEST_F(UnitContainer, to_string)
|
||||
EXPECT_STREQ("8 m", units::length::to_string(b).c_str());
|
||||
}
|
||||
|
||||
-TEST_F(UnitContainer, to_string_locale)
|
||||
+TEST_F(UnitContainer, DISABLED_to_string_locale)
|
||||
{
|
||||
struct lconv * lc;
|
||||
|
||||
Reference in New Issue
Block a user