Skip to content

Commit

Permalink
Disable the two tests which fail when wrappers are forced.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Feb 20, 2023
1 parent 52028c9 commit 2121c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {"
Expand Down Expand Up @@ -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! {"
Expand Down

0 comments on commit 2121c1a

Please sign in to comment.