mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
parent
628fd08d19
commit
98460d566b
5 changed files with 0 additions and 10 deletions
|
|
@ -10,7 +10,6 @@ namespace nix {
|
|||
// Testing of trivial expressions
|
||||
class DerivedPathExpressionTest : public LibExprTest {};
|
||||
|
||||
#if 0
|
||||
// FIXME: `RC_GTEST_FIXTURE_PROP` isn't calling `SetUpTestSuite` because it is
|
||||
// no a real fixture.
|
||||
//
|
||||
|
|
@ -62,6 +61,5 @@ RC_GTEST_FIXTURE_PROP(
|
|||
};
|
||||
RC_ASSERT(DerivedPath { b } == d);
|
||||
}
|
||||
#endif
|
||||
|
||||
} /* namespace nix */
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ Gen<NixStringContextElem> Arbitrary<NixStringContextElem>::arbitrary()
|
|||
|
||||
namespace nix {
|
||||
|
||||
#if 0
|
||||
RC_GTEST_PROP(
|
||||
NixStringContextElemTest,
|
||||
prop_round_rip,
|
||||
|
|
@ -119,6 +118,5 @@ RC_GTEST_PROP(
|
|||
{
|
||||
RC_ASSERT(o == NixStringContextElem::parse(o.to_string()));
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ class DerivedPathTest : public LibStoreTest
|
|||
// no a real fixture.
|
||||
//
|
||||
// See https://github.com/emil-e/rapidcheck/blob/master/doc/gtest.md#rc_gtest_fixture_propfixture-name-args
|
||||
#if 0
|
||||
TEST_F(DerivedPathTest, force_init)
|
||||
{
|
||||
}
|
||||
|
|
@ -69,6 +68,5 @@ RC_GTEST_FIXTURE_PROP(
|
|||
{
|
||||
RC_ASSERT(o == DerivedPath::parse(*store, o.to_string(*store)));
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -224,7 +224,6 @@ Gen<OutputsSpec> Arbitrary<OutputsSpec>::arbitrary()
|
|||
|
||||
namespace nix {
|
||||
|
||||
#if 0
|
||||
RC_GTEST_PROP(
|
||||
OutputsSpec,
|
||||
prop_round_rip,
|
||||
|
|
@ -232,6 +231,5 @@ RC_GTEST_PROP(
|
|||
{
|
||||
RC_ASSERT(o == OutputsSpec::parse(o.to_string()));
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ Gen<StorePath> Arbitrary<StorePath>::arbitrary()
|
|||
|
||||
namespace nix {
|
||||
|
||||
#if 0
|
||||
RC_GTEST_FIXTURE_PROP(
|
||||
StorePathTest,
|
||||
prop_regex_accept,
|
||||
|
|
@ -150,6 +149,5 @@ RC_GTEST_FIXTURE_PROP(
|
|||
{
|
||||
RC_ASSERT(p == store->parseStorePath(store->printStorePath(p)));
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue