Commit Graph

10 Commits

Author SHA1 Message Date
Saleem Abdulrasool
a17a704f82 tests: disable the entities profiling
Disable the entities profiling for the stats_dir_profiler as this shaves off ~80% of the test time.
2025-04-15 16:42:45 -07:00
Saleem Abdulrasool
7695bd722d Revert "tests: run Misc/stats_dir_profiler.swift only on macos and linux" 2025-04-15 08:53:58 -07:00
Erik Eckstein
dd4e9a10e1 tests: run Misc/stats_dir_profiler.swift only on macos and linux
It's good enough to run the test on macOS and linux.
The test takes very long on Windows because the * may expand to a path longer than 260 characters.
2025-04-15 07:52:04 +02:00
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