|
@@ -476,7 +476,8 @@ TEST_F(MemoryClientTest, loadDNAMEAndNSNonApex2) {
|
|
// Teardown checks for memory segment leaks
|
|
// Teardown checks for memory segment leaks
|
|
}
|
|
}
|
|
|
|
|
|
-TEST_F(MemoryClientTest, loadRRSIGFollowsNothing) {
|
|
|
|
|
|
+// Disable for now: we should actually allow this case.
|
|
|
|
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGFollowsNothing) {
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
TEST_DATA_DIR
|
|
TEST_DATA_DIR
|
|
"/example.org-rrsig-follows-nothing.zone"),
|
|
"/example.org-rrsig-follows-nothing.zone"),
|
|
@@ -484,7 +485,8 @@ TEST_F(MemoryClientTest, loadRRSIGFollowsNothing) {
|
|
// Teardown checks for memory segment leaks
|
|
// Teardown checks for memory segment leaks
|
|
}
|
|
}
|
|
|
|
|
|
-TEST_F(MemoryClientTest, loadRRSIGNameUnmatched) {
|
|
|
|
|
|
+// Disable for now: we should actually allow this case.
|
|
|
|
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGNameUnmatched) {
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
TEST_DATA_DIR
|
|
TEST_DATA_DIR
|
|
"/example.org-rrsig-name-unmatched.zone"),
|
|
"/example.org-rrsig-name-unmatched.zone"),
|
|
@@ -492,7 +494,8 @@ TEST_F(MemoryClientTest, loadRRSIGNameUnmatched) {
|
|
// Teardown checks for memory segment leaks
|
|
// Teardown checks for memory segment leaks
|
|
}
|
|
}
|
|
|
|
|
|
-TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
|
|
|
|
|
|
+// Disable for now: we should actually allow this case.
|
|
|
|
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGTypeUnmatched) {
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
EXPECT_THROW(client_->load(Name("example.org"),
|
|
TEST_DATA_DIR
|
|
TEST_DATA_DIR
|
|
"/example.org-rrsig-type-unmatched.zone"),
|
|
"/example.org-rrsig-type-unmatched.zone"),
|