lix/tests/functional/repl_characterization/data
eldritch horrors b3599166ad libexpr: sort binding name in debugger
not doing this exposes the binding name order to the annoying
interference of parse order on symbol order, which wouldn't be so bad if
it didn't make the tests less reliable and, importantly, dependent on
linker behavior (due to primop initialization being done in static
initializer, and the order of static initializers being defined only
within a single translation unit).

fixes #143

Change-Id: I3cf417893fbcf19e9ad3ff8986deb7cbcf3ca511
2024-03-18 20:03:31 +01:00
..
basic.ast repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
basic.test repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
basic_repl.test Implement a repl characterization test system 2024-03-15 12:31:16 -07:00
basic_tidied.ast repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
regression_9917.nix Add regression tests for #9917, #9918 2024-03-15 12:31:16 -07:00
regression_9917.test repl_characterization: Also verify the stack trace exists 2024-03-15 12:31:16 -07:00
regression_9918.nix Add regression tests for #9917, #9918 2024-03-15 12:31:16 -07:00
regression_9918.test libexpr: sort binding name in debugger 2024-03-18 20:03:31 +01:00
stack_vars.nix Test that :st does ... something 2024-03-15 12:31:16 -07:00
stack_vars.test libexpr: sort binding name in debugger 2024-03-18 20:03:31 +01:00