Files
Nim/tests/untestable
Jake Leahy e0a4876981 Fix nim-gdb.py script (#24824)
Script wasn't working on my machine with GDB 16.2
Main issues
 - `gdb.types` wasn't imported, leading to import error on initial load
 - dollar function didn't work with the new mangling scheme

Fixes them, also updates the test script to work with some new mangling
changes.

Test evidence

![image](https://github.com/user-attachments/assets/450b020f-1665-4ed2-9073-d02537150914)
2025-03-29 13:28:28 +01:00
..
2025-03-29 13:28:28 +01:00
2019-03-17 16:58:27 +00:00
2018-12-11 21:23:22 +01:00

This directory contains integration tests which are not automatically executed for various reasons:

  • dependency on external services
  • dependency on files / configuration / state of the local host
  • tests that are extremely slow or require large amounts of memory or storage
  • tests that spawn local daemons

Integration tests can become stale very quickly. Automated ./koch tests are strongly recommended.