Skip to content

Commit 9103e44

Browse files
committed
Tests: Remove unnecessary stuff from README
1 parent 35b4920 commit 9103e44

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

tests/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,3 @@ tests/
9898
├── passing_tests/ ← programs that should compile and verify cleanly
9999
└── failing_tests/ ← programs with known issues (declared in test_config.toml)
100100
```
101-
102-
## Known regressions (as of compilation-context PR merge)
103-
104-
Three tests in `passing_tests/` currently fail — these are bugs to fix, not xfails:
105-
106-
| Test | Error |
107-
|---|---|
108-
| `passing_tests/assign/comprehensive.py` | `TypeError: cannot store i64* to i64*` |
109-
| `passing_tests/helpers/bpf_probe_read.py` | `ValueError: 'ctx' not in local symbol table` |
110-
| `passing_tests/vmlinux/register_state_dump.py` | `KeyError: 'cs'` |
111-
112-
Nine tests in `failing_tests/` were fixed by the compilation-context PR (they show as XPASS). They can be moved to `passing_tests/` when convenient:
113-
114-
`assign/retype.py`, `conditionals/helper_cond.py`, `conditionals/oneline.py`,
115-
`direct_assign.py`, `globals.py`, `if.py`, `license.py` (IR only), `named_arg.py`,
116-
`xdp/xdp_test_1.py`

0 commit comments

Comments
 (0)