Skip to content

Instantly share code, notes, and snippets.

@maueroats
Created July 5, 2020 18:54
Show Gist options
  • Save maueroats/bdb5d8247d13a79af89e66056ed3f5e7 to your computer and use it in GitHub Desktop.
Save maueroats/bdb5d8247d13a79af89e66056ed3f5e7 to your computer and use it in GitHub Desktop.
Quickscript-test error on Racket 7.7.0.9 BC, linux -message is clear on line 3.
> raco test -p quickscript-test
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/drracket.rkt"
menu-select: didn't find a menu: "new+clipboard", desired list: '("Scripts" "Tests" "new+clipboard"), all items at this level '("string-reverse" "string-insert" "increase-counter" "show-counter" "output-to-new-tab" "open-me" "close-tab")
context...:
/home/docmo/Documents/2020b/racket/racket/share/pkgs/gui-lib/framework/test.rkt:633:6
/home/docmo/Documents/2020b/racket/racket/collects/racket/private/more-scheme.rkt:265:2: call-with-exception-handler
/home/docmo/Documents/2020b/racket/racket/share/pkgs/gui-lib/framework/test.rkt:49:36
/home/docmo/Documents/2020b/racket/racket/share/pkgs/gui-lib/mred/private/wx/common/timer.rkt:34:38
/home/docmo/Documents/2020b/racket/racket/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:435:6
/home/docmo/Documents/2020b/racket/racket/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:486:32
"/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/drracket.rkt": [running body]
temp35_0
for-loop
run-module-instance!
(submod "/home/docmo/Documents/2020b/racket/pkgs/compiler-lib/compiler/commands/test.rkt" process): [running body]
temp35_0
for-loop
run-module-instance!
eval-one-top
drracket.rkt: raco test: non-zero exit: 1
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/info.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/library.rkt"
raco test: (submod "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/main.rkt" test)
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scribblings/quickscript-test.scrbl"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/close-current-tab.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/open-me.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/output-to-new-tab.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/persistent-counter.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/string-insert.rkt"
raco test: "/home/docmo/Documents/2020b/racket/racket/share/pkgs/quickscript-test/scripts/string-reverse.rkt"
1/13 test failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment