timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

[superseded] package FAIL: criterion c #477

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

https://github.com/nim-lang/Nim/pull/16409/checks?check_run_id=1597317335

in https://github.com/nim-lang/Nim/pull/16409

  PASS: comprehension c                                              ( 2.85 sec)
  FAIL: criterion c
  Test "criterion" in category "nimble-packages-1"
  Failure: reBuildFailed
  package test failed
  $ nimble test
    Executing task test in /home/runner/work/Nim/Nim/pkgstemp/criterion/criterion.nimble
  sh: 1: testes: not found
  stack trace: (most recent call last)
  /tmp/nimblecache-946033505/nimscriptapi_407022867.nim(187, 16)
  /home/runner/work/Nim/Nim/pkgstemp/criterion/criterion.nimble(12, 10) testTask
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) exec
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) Error: unhandled exception: FAILED: testes [OSError]
       Error: Exception raised during nimble script execution

  PASS: dashing c                                                    ( 2.75 sec)
timotheecour commented 3 years ago

=> https://github.com/nim-lang/Nim/pull/16443