diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-03-21 14:36:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 21:36:09 +0000 |
commit | 321e40c246800d80845a0ed77d50b41ffb54286a (patch) | |
tree | 4480e84c623ed91fef51010e41d94c723df1edb9 /CHANGELOG.md | |
parent | 02e1c1a6499ff072bb608b4bfcf327015f59ec69 (diff) | |
download | binaryen-321e40c246800d80845a0ed77d50b41ffb54286a.tar.gz binaryen-321e40c246800d80845a0ed77d50b41ffb54286a.tar.bz2 binaryen-321e40c246800d80845a0ed77d50b41ffb54286a.zip |
Update filecheck to 0.0.22 (#4537)
This update includes a
[fix](https://github.com/mull-project/FileCheck.py/pull/188) to how the
filecheck Python package matches whitespace to more closely match the behavior
of upstream filecheck in LLVM. We have one test affected by this change, so all
users who run the test suite will have to update their installed filecheck. This
can be done via
```
pip3 install -r requirements-dev.txt
```
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 240598c6e..86cdee408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ Current Trunk ------------- - Add BUILD_TESTS CMake option to make gtest dependency optional. +- Updated tests to use filecheck 0.0.22 (#4537). Updating is required to + successfully run the lit tests. This can be done with + `pip3 install -r requirements-dev.txt`. v106 ---- |