aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/getter-setter.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-06-07 19:52:01 +0800
committerGitHub <noreply@github.com>2017-06-07 19:52:01 +0800
commit9db0695b10799349c005fc14ab1268c2478c25fd (patch)
treeb55efd0fb46d3bb2d94ca924a14cd8943bf4ff4a /test/mocha/getter-setter.js
parentf2af0934021a83b781f207432d10380cc4c5f396 (diff)
downloadtracifyjs-9db0695b10799349c005fc14ab1268c2478c25fd.tar.gz
tracifyjs-9db0695b10799349c005fc14ab1268c2478c25fd.zip
fix `cascade` on multi-branch evaluations (#2067)
Partially reverts #2059 as this has better coverage and performance. fixes #2062
Diffstat (limited to 'test/mocha/getter-setter.js')
0 files changed, 0 insertions, 0 deletions
1c142b4'>marionette: Add 'marionette-screen-text' using OCR....* gnu/build/marionette.scm (marionette-screen-text): New procedure. * gnu/tests/base.scm (run-basic-test)["screen text"]: New test. Ludovic Courtès 2016-11-23marionette: Delay synchronization with the host's REPL....* gnu/build/marionette.scm (<marionette>)[marionette-repl]: Rename to... [%marionette-repl]: ... this. (marionette-repl): New macro. (make-marionette): Wrap last 'read' call into 'delay', making the last argument to 'marionette' a promise of a port. (marionette-eval): Use 'force' in 'match' clause. Ludovic Courtès 2016-11-22marionette: Avoid use of SIGALRM for timeouts....* gnu/build/marionette.scm (make-marionette)[accept*]: New procedures. Remove calls to 'sigaction'. Use 'accept*' instead of 'accept'. Ludovic Courtès 2016-05-04Add (gnu tests) and (gnu build marionette)....* gnu/build/marionette.scm, gnu/tests.scm: New files. * gnu/local.mk (GNU_SYSTEM_MODULES): Add them. * gnu/system/vm.scm (common-qemu-options): Remove '-serial stdio'. Ludovic Courtès