Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108671270
D29528.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
D29528.diff
View Options
diff --git a/tests/sys/net/routing/test_rtsock_l3.c b/tests/sys/net/routing/test_rtsock_l3.c
--- a/tests/sys/net/routing/test_rtsock_l3.c
+++ b/tests/sys/net/routing/test_rtsock_l3.c
@@ -383,6 +383,9 @@
{
DECLARE_TEST_VARS;
+ if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
+ atf_tc_expect_fail("Needs https://reviews.freebsd.org/D28886");
+
c = presetup_ipv4(tc);
/* Q the same prefix */
@@ -447,6 +450,9 @@
{
DECLARE_TEST_VARS;
+ if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
+ atf_tc_expect_fail("Needs https://reviews.freebsd.org/D28886");
+
c = presetup_ipv4(tc);
/* Create IPv4 subnetwork with smaller prefix */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 5:16 AM (9 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16251177
Default Alt Text
D29528.diff (659 B)
Attached To
Mode
D29528: tests/sys/net/routing: XFAIL the two failing tests
Attached
Detach File
Event Timeline
Log In to Comment