chung-leong / zigar

Enable the use of Zig code in JavaScript project
https://chung-leong.github.io/zigar/
MIT License
186 stars 3 forks source link

Failing test case: produce an error return trace #486

Closed chung-leong closed 2 weeks ago

chung-leong commented 2 weeks ago
  Integration tests (rollup-plugin-zigar, Debug)
    Error handling
Zig panic: reached unreachable code
      1) should produce an error return trace

  0 passing (9s)
  1 failing

  1) Integration tests (rollup-plugin-zigar, Debug)
       Error handling
         should produce an error return trace:
     AssertionError: expected undefined to equal 'reached unreachable code'
      at Context.<anonymous> (file:///home/cleong/zigar/zigar-compiler/test/integration/error-handling/tests.js:30:23)
chung-leong commented 2 weeks ago

Test case out of date.