František Žiačik

Results 7 comments of František Žiačik

With @progman patch from original gist and `-march=core2` I got this, sometimes needed to run more times to get the correct results. ## OS Linux notebook 4.14.8-1-ARCH #1 SMP PREEMPT...

This is becoming more and more frustrating. This tool should help save time, yet every single upgrade one has to spend hours and hours trying to work around basic things...

I can reproduce this when I have two such tests (in separate files - but not sure if this matters) and I have to run it with `--watch`. Here, however,...

This is happening since #9496 Commit 918636142791a3dd4ddfe9367149a90437bd6da9 And it seems to happen because of some inter-process serialization. After adding `failureDetails` property, the serialization fails on cyclic references as it contains...

Note that after commit 5f6f2ec8e17555b695d65ab68824926c77730216 which changes default runner to circus, the error message is ``` "messageParent" can only be used inside a worker at messageParent (packages/jest-worker/build/workers/messageParent.js:46:11) ``` with `JEST_JASMINE=1`...

Added a PR as an attempt to fix this. Also, please note that the `messageParent` error mentioned above is due to [this line](https://github.com/facebook/jest/blob/245a58278ce189019e4af3537b0f987bf9ff210e/packages/jest-worker/src/workers/messageParent.ts#L33) which swallows the real error message which...