Commit Graph

7 Commits

Author SHA1 Message Date
Slava Pestov
0814c50e19 Pass -fine-grained-timers in a couple of tests 2024-09-24 17:23:44 -04:00
Daniel Rodríguez Troitiño
b047f9e252 [windows] Provide %long-tmp in Windows for extended length temp paths.
In Windows %t might end up very close to the maximum path length of 260
characters. It is possible to use extended lenght paths with a \\?\
prefix. The changes introduce %long-tmp for cases that the test suite
is going over those limits and need a hint in Windows that the path
might be long. It expands to the same as %t in other platforms.

This should fix the test/Misc/stats_dir_profiler.swift in the Windows
VS 2017 CI machines and hopefully not affect anything else.
2020-10-11 12:47:09 -07:00
Rintaro Ishizaki
0a72d023f3 [TypeChecker] Rename 'typeCheckAbstractFunctionBodyUntil()'
to 'typeCheckAbstractFunctionBodyNodeAt()' because that only typecheck
a statement at the position.
2020-05-29 14:45:04 -07:00
Slava Pestov
06855f758d AST: Remove a couple of redundant statistics 2020-02-12 18:29:27 -05:00
Graydon Hoare
6924b55745 [Stats] Make stats_dir_profiler test a little more forgiving. 2018-09-04 16:02:40 -07:00
Graydon Hoare
a72b0f3182 [Stats] Add some tracers to Sema. 2018-09-01 00:07:33 -07:00
Graydon Hoare
9d34041a9c [Stats] Add a test for -profile-stats-{events,entities} 2018-02-21 16:22:48 -08:00