]> git.ipfire.org Git - people/ms/gcc.git/commit
Recalibrate the timeouts for the larger code tests
authorGaius Mulley <gaiusmod2@gmail.com>
Fri, 13 Jan 2023 17:17:36 +0000 (17:17 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Fri, 13 Jan 2023 17:17:36 +0000 (17:17 +0000)
commit325a79b2c629bb7a2271dfebd678a27afcef4d01
treeb8e65cd286ffd85aa912ed1bc9dcaf685f08c6d4
parent254cf9552ffb1693f0bc74f6d25601dafafbc144
Recalibrate the timeouts for the larger code tests

Some of the larger code tests timeout when -O3 is given.
This patch increase the map and pimlib-base-run-pass tests.

gcc/testsuite/ChangeLog:

* gm2/examples/map/pass/examples-map-pass.exp:
Call gm2_push_timeout 30 before foreach testcase.
Call gm2_pop_timeout after the foreach statement.
* gm2/pimlib/base/run/pass/pimlib-base-run-pass.exp:
Call gm2_push_timeout 20 before foreach testcase.
Call gm2_pop_timeout after the foreach statement.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/testsuite/gm2/examples/map/pass/examples-map-pass.exp
gcc/testsuite/gm2/pimlib/base/run/pass/pimlib-base-run-pass.exp