Commit Graph

6 Commits

Author SHA1 Message Date
Erik Eckstein
1eca11dc28 tests: disable StringMemoryTest.swift, which fails with ASAN
rdar://85913190
2021-12-03 14:56:22 +01:00
Arnold Schwaighofer
588b4d6c08 Improve StringMemoryTest.swift
The test fails on some bots as written before.

rdar://48845923
2019-03-14 10:54:20 -07:00
Arnold Schwaighofer
8cc813d624 Reduce the time spend in StringMemoryTest
Measure the increase.
rdar://problem/48658000
2019-03-07 07:36:53 -08:00
Mishal Shah
98ad5a496e Revert "[StringMemoryTest] Reduce # of iterations down to 1M and lower memory threshold" 2019-03-07 00:15:34 -08:00
Doug Gregor
de13028f6b [StringMemoryTest] Reduce # of iterations down to 1M and lower memory threshold
This test is taking way too long. Cut down on the number of iterations
from 10M to 1M.
2019-03-06 16:59:32 -08:00
Jordan Rose
1663ee7ffd [test] Move slow StringMemoryTest to validation-test (#18776)
This test takes over a minute to run, and all it's doing is testing
that repeated operations on a string don't leak.
2018-08-17 08:46:53 -07:00