BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

Failing test case for GH#332. #335

Closed rwjblue closed 6 years ago

rwjblue commented 6 years ago

Before the fixing commit, the CI build fails with:

not ok 5 Chrome 62.0 - tests/autorun: autorun interleaved with microtasks do not get dropped [GH#332]
    ---
        actual: >
            first,second,third
        expected: >
            first,second,third,fourth
        stack: >
                at http://localhost:7357/2539/named-amd/tests.js:98:16
        Log: |
    ...

After the fix is 🍏

Fixes #332

rwjblue commented 6 years ago

FYI - This fix was not sufficient, #336 has more details on failure scenarios...