libstdc++: Use longer timeout for istream::gcount() overflow tests
On targets with 32-bit poitners these tests do extra work, so give them longer to run. libstdc++-v3/ChangeLog: * testsuite/27_io/basic_istream/ignore/char/94749.cc: Add dg-timeout-factor for ilp32 targets. * testsuite/27_io/basic_istream/ignore/wchar_t/94749.cc: Likewise.
This commit is contained in:
parent
74270a546c
commit
8b2c3b5af3
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
// { dg-do run }
|
||||
// { dg-options "-DSIMULATOR_TEST" { target simulator } }
|
||||
// { dg-timeout-factor 2 { target ilp32 } }
|
||||
|
||||
// PR libstdc++/94749
|
||||
// basic_istream::ignore(n, c) discards n+1 if next character is equal to c.
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
// { dg-do run }
|
||||
// { dg-options "-DSIMULATOR_TEST" { target simulator } }
|
||||
// { dg-timeout-factor 2 { target ilp32 } }
|
||||
|
||||
// PR libstdc++/94749
|
||||
// basic_istream::ignore(n, c) discards n+1 if next character is equal to c.
|
||||
|
|
Loading…
Add table
Reference in a new issue