WayfireWM / wf-config

A library for managing configuration files, written for wayfire
https://wayfire.org/
MIT License
18 stars 19 forks source link

wf-config fails the file-parsing test #44

Open pkillnine opened 3 years ago

pkillnine commented 3 years ago

wf-config fails the file-parsing test, but passes all the other tests:

../source/subprojects/wf-config/test/file_test.cpp(336) ERROR!
  CHECK( flock(fd, 2 | 4) == 0 )
with expansion:
  CHECK( -1 == 0 )
ammen99 commented 3 years ago

Just had an idea, could it be that the test crashed or were forcefully stopped by the user before? Does the problem persist if you restart your computer, or clone the repo again and re-compile and re-run the tests? (also moving to wf-config where it belongs)