Skip to content

FreeBSD - tests/js/tconsole fails with different output #12182

@euantorano

Description

@euantorano

This is a bit of a weird one. On FreeBSD, tests/js/tconsole.nim fails with the following:

Category: js
Name: tests/js/tconsole.nim JS -d:nodejs
Action: run
Result: reOutputsDiffer
-------- Expected -------
Hello, console
1 2 3
1 'hi' 1.1
--------- Given  --------
Hello, console
1 2 3
1 hi 1.1
-------------------------

Category: js
Name: tests/js/tconsole.nim JS -d:nodejs -d:release
Action: run
Result: reOutputsDiffer
-------- Expected -------
Hello, console
1 2 3
1 'hi' 1.1
--------- Given  --------
Hello, console
1 2 3
1 hi 1.1
-------------------------

Node is installed via pkg install node and reports the following version information: v12.4.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions