@@ -502,7 +502,6 @@ fn test_negative_take_as_pod_with_move_constructor() {
502
502
run_test_expect_fail ( cxx, hdr, rs, & [ "take_bob" ] , & [ "Bob" ] ) ;
503
503
}
504
504
505
- #[ ignore] // https://github.com/google/autocxx/issues/1252
506
505
#[ test]
507
506
fn test_take_as_pod_with_is_relocatable ( ) {
508
507
let cxx = indoc ! { "
@@ -3287,7 +3286,6 @@ fn test_conflicting_usings_with_self_declaration1() {
3287
3286
}
3288
3287
3289
3288
#[ test]
3290
- #[ ignore] // https://github.com/google/autocxx/issues/106
3291
3289
fn test_string_templated_typedef ( ) {
3292
3290
let hdr = indoc ! { "
3293
3291
#include <string>
@@ -5134,7 +5132,6 @@ fn test_type_aliased_anonymous_nested_struct_ignored() {
5134
5132
run_test ( "" , hdr, rs, & [ "test::Outer_Struct" ] , & [ ] ) ;
5135
5133
}
5136
5134
5137
- #[ ignore] // https://github.com/google/autocxx/issues/1251
5138
5135
#[ test]
5139
5136
fn test_double_underscores_ignored ( ) {
5140
5137
let hdr = indoc ! { "
@@ -10015,7 +10012,6 @@ fn test_class_having_private_method() {
10015
10012
}
10016
10013
10017
10014
#[ test]
10018
- #[ ignore] // https://github.com/google/autocxx/issues/787
10019
10015
fn test_chrono_problem ( ) {
10020
10016
let hdr = indoc ! { "
10021
10017
#include <chrono>
@@ -12008,17 +12004,6 @@ fn test_issue_1081() {
12008
12004
}
12009
12005
12010
12006
#[ test]
12011
- #[ ignore] // This test passes under all normal builds. However
12012
- // it triggers a stack use-after-return in older versions of
12013
- // libclang which is only detected under ASAN (obviously it
12014
- // sometimes causes crashes the rest of the time).
12015
- // This UaR does not occur when the same code is processed
12016
- // with a HEAD version of clang itself as of June 2022. This
12017
- // may mean that the UaR has been fixed in later versions of
12018
- // the clang code, or that it only occurs when the code is used
12019
- // in a libclang context (not a plain clang compilation context).
12020
- // If the problem recurs, we should work out which of these is
12021
- // the case.
12022
12007
fn test_issue_1125 ( ) {
12023
12008
let hdr = indoc ! { "
12024
12009
namespace {
@@ -12296,7 +12281,6 @@ fn test_issue_1229() {
12296
12281
}
12297
12282
12298
12283
#[ test]
12299
- #[ ignore] // https://github.com/google/autocxx/issues/1265
12300
12284
fn test_issue_1265 ( ) {
12301
12285
let hdr = indoc ! { "
12302
12286
#include <string>
@@ -12440,7 +12424,6 @@ fn test_using_string_method() {
12440
12424
}
12441
12425
12442
12426
#[ test]
12443
- #[ ignore] // https://github.com/google/autocxx/issues/1382
12444
12427
fn test_override_typedef_fn ( ) {
12445
12428
let hdr = indoc ! { "
12446
12429
#include <map>
0 commit comments