qooxdoo / qxl.testtapper

A headless testrunner for qooxdoo unit tests using the TAP protocol
http://www.qooxdoo.org/qxl.testtapper
MIT License
0 stars 1 forks source link

async testing #7

Closed oetiker closed 4 years ago

oetiker commented 5 years ago

test for the new async testing support in qooxdoo.

see https://github.com/qooxdoo/qooxdoo/pull/9678

cboulanger commented 5 years ago

What's the state of this PR? Tests are failing, but I think you said you wanted to do rewrite some more stuff...

hkollmann commented 5 years ago

What's the state of this PR? Tests are failing, but I think you said you wanted to do rewrite some more stuff... Tests are failing because of missing packages in compiler! See https://github.com/qooxdoo/qooxdoo-compiler/pull/485

oetiker commented 5 years ago

I do unfortunately not really understand why that async test messes up all the results ... ideas welcome!