Fix builder hang
parent
4bd21f59db
commit
d5d2773047
|
|
@ -1,8 +1,9 @@
|
||||||
IN: ui.tools.interactor.tests
|
IN: ui.tools.interactor.tests
|
||||||
USING: ui.tools.interactor ui.gadgets.panes namespaces
|
USING: ui.tools.interactor ui.gadgets.panes namespaces
|
||||||
ui.gadgets.editors concurrency.promises threads listener
|
ui.gadgets.editors concurrency.promises threads listener
|
||||||
tools.test kernel calendar ;
|
tools.test kernel calendar parser ;
|
||||||
|
|
||||||
|
[
|
||||||
\ <interactor> must-infer
|
\ <interactor> must-infer
|
||||||
|
|
||||||
[ ] [ <pane> <pane-stream> <interactor> "interactor" set ] unit-test
|
[ ] [ <pane> <pane-stream> <interactor> "interactor" set ] unit-test
|
||||||
|
|
@ -25,3 +26,4 @@ tools.test kernel calendar ;
|
||||||
[ ] [ "interactor" get evaluate-input ] unit-test
|
[ ] [ "interactor" get evaluate-input ] unit-test
|
||||||
|
|
||||||
[ [ [ 1 2 3 ] ] ] [ "promise" get 5 seconds ?promise-timeout ] unit-test
|
[ [ [ 1 2 3 ] ] ] [ "promise" get 5 seconds ?promise-timeout ] unit-test
|
||||||
|
] with-interactive-vocabs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue