Skip to content

Commit

Permalink
Re-disable more tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Feb 27, 2025
1 parent 6a41f6d commit 17b540b
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 @@ -5132,6 +5133,7 @@ fn test_type_aliased_anonymous_nested_struct_ignored() {
run_test("", hdr, rs, &["test::Outer_Struct"], &[]);
}

#[ignore] // https://github.com/google/autocxx/issues/1251
#[test]
fn test_double_underscores_ignored() {
let hdr = indoc! {"
Expand Down

0 comments on commit 17b540b

Please sign in to comment.