From 3a73111162bf570bdd2f1345e10013f985a06439 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Thu, 11 Jan 2024 19:54:54 -0500 Subject: [PATCH] i#5740: Remove attach/detach flaky-list entries on a64 Now that we've enabled ptrace privileges on the a64 testing machine we can remove the attach/detach tests from the flaky list as they no longer hang. The attach test passed 100x in a row for me so it doesn't seem to be hitting flakes seen on other platforms like #6452. Issue: #5740, #6558, #6127 Fixes #5740 --- suite/runsuite_wrapper.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/suite/runsuite_wrapper.pl b/suite/runsuite_wrapper.pl index 74b94720ab9..207fd68e0e0 100755 --- a/suite/runsuite_wrapper.pl +++ b/suite/runsuite_wrapper.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # ********************************************************** -# Copyright () 2016-2023 Google, Inc. All rights reserved. +# Copyright () 2016-2024 Google, Inc. All rights reserved. # ********************************************************** # Redistribution and use in source and binary forms, with or without @@ -339,9 +339,6 @@ 'code_api|linux.fib-conflict-early' => 1, 'code_api|linux.mangle_asynch' => 1, 'code_api,tracedump_text,tracedump_origins,syntax_intel|common.loglevel' => 1, # i#1807 - 'code_api|client.attach_test' => 1, # i#5740 - 'code_api|client.detach_test' => 1, # i#5740 - 'code_api|client.attach_blocking' => 1, # i#5740 'code_api|tool.drcacheoff.rseq' => 1, # i#5734 'code_api|tool.drcacheoff.windows-zlib' => 1, # i#5507 );