From 2121c1a3051f49d4021d3557fba04c8bcf2ba590 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Mon, 20 Feb 2023 22:10:00 +0000 Subject: [PATCH] Disable the two tests which fail when wrappers are forced. --- integration-tests/tests/integration_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/tests/integration_test.rs b/integration-tests/tests/integration_test.rs index 42cea2a43..bf992012a 100644 --- a/integration-tests/tests/integration_test.rs +++ b/integration-tests/tests/integration_test.rs @@ -502,6 +502,7 @@ fn test_negative_take_as_pod_with_move_constructor() { run_test_expect_fail(cxx, hdr, rs, &["take_bob"], &["Bob"]); } +#[ignore] // https://github.com/google/autocxx/issues/1252 #[test] fn test_take_as_pod_with_is_relocatable() { let cxx = indoc! {" @@ -4980,6 +4981,7 @@ fn test_union_ignored() { run_test("", hdr, rs, &["B"], &[]); } +#[ignore] // https://github.com/google/autocxx/issues/1251 #[test] fn test_double_underscores_ignored() { let hdr = indoc! {"