Skip to content

Commit 3430f66

Browse files
committed
test: add text/template/parse package tests (82 symbols, blocked on llgo)
Tests cover all 82 exported identifiers from text/template/parse package. Tests pass with go test and check_std_symbols. llgo test fails with stack overflow due to type recursion issues in the compiler when processing complex AST node types. Added //go:build !llgo to skip llgo testing. Update TODO.md to mark as blocked pending llgo compiler improvements.
1 parent 0b07dc2 commit 3430f66

File tree

2 files changed

+667
-1
lines changed

2 files changed

+667
-1
lines changed

test/TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When changes affect multiple suites, finish with the aggregate sweeps before upd
9595
- 🟡 `text/scanner` — 29/29 (fails under llgo runtime — see #1366)
9696
-`text/tabwriter` — 11/11
9797
- 🟡 `text/template` — 29/29 blocked (unique runtime gap — see #1358)
98-
- `text/template/parse`0/?
98+
- 🟡 `text/template/parse`82/82 (stack overflow in llgo type recursion)
9999
-`unicode` — 0/?
100100
-`unicode/utf16` — 0/?
101101
-`unicode/utf8` — 0/?

0 commit comments

Comments
 (0)