You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dictionary tests make sure that the annotations @DictionaryEntries
and @DictionaryFile actually get used in the fuzz test.
However, for these tests, the fuzzer runs for a long time on
Windows. Here are the test runtime changes from before and after this commit:
- DictionaryFuzzTests_fileTest - 200.8s => 14.2s
- DictionaryFuzzTests_inlineTest 124.4s => 11.7s
- DictionaryFuzzTests_mixedTest 87.8s => 16.9s
0 commit comments