From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id AA15F3858C41; Fri, 9 Jun 2023 16:20:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AA15F3858C41 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1686327628; x=1717863628; h=from:to:cc:subject:mime-version: content-transfer-encoding:message-id:date; bh=OUBAWQ8JNugCeroLp6wtRaP81ojZEB/YkswhEYuH+7s=; b=R7bCQmjr7TSLb/9f6kCnDa+8ie3jYYGgLwNU8lJWR/iPVClj8b9avewl ntUlExd7+f+yy7f/5S3JmQUbY701ZD8VINSOkUFTlpiPSTCLZHYM4RRBQ +nAKL+jpYpdfLuW7+gBNLHGFLA5Hkpo5T64mvZAU8YCD1BxINjIP+zp9X oi20Hn9Bm0ANixt3cg7whAS0yTyF068yyzhRmRv3L5DecdtXSI5AmQQSz VXpRUmorRl41duyfXmx//ifetONn+MXbMLdueJu3jfIc0OvdQE+bh7ftD Q60Lx3fgZsIj1nc3spooC3Wi7oqr0cgMmLLpOzZvRx1+6P6Q6eGhqWDxv A==; From: Hans-Peter Nilsson To: CC: , Subject: Splitting up 27_io/basic_istream/ignore/wchar_t/94749.cc (takes too long) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Message-ID: <20230609162026.CC34320433@pchp3.se.axis.com> Date: Fri, 9 Jun 2023 18:20:26 +0200 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi! The test 27_io/basic_istream/ignore/wchar_t/94749.cc takes about 10 minutes to run for cris-elf in the "gdb simulator" here on my arguably way-past-retirement machine (and it looks like it gained a minute with LRA). I've seen it timing out every now and then on busy days with load > `nproc`. Usually it happens some time after I've forgot about why. :) It has had some performance surgery before (pruning for simulators, doubling timeout for ilp32). I'd probably just try cutting along the function boundaries and keep those parts separate that have >1 min execution time. Anyway, your thoughts on the matter would be appreciated. brgds, H-P