shu--hung
2021-1-3 23:32:14

This test comparing the performance of regexp-split between strings and bytes fails a lot on Windows. Does it make sense to declare this test as unreliable on Windows? https://github.com/racket/racket/blob/master/pkgs/racket-test-core/tests/racket/string.rktl#L343


mflatt
2021-1-4 00:04:03

Yes, that looks like a test that should be wrapped in (when (run-unreliable-tests? 'timing) ….).


shu--hung
2021-1-4 00:22:36

Okay. For now, let me wrap it when the platform is Windows. I haven’t seen it failing for other OSes.