Skip to content

Commit

Permalink
Updated ERROR_CATEGORIES.txt to prioritize reporting stack {under,ove…
Browse files Browse the repository at this point in the history
…r}flows
  • Loading branch information
texadactyl committed Jan 30, 2025
1 parent 795b4bd commit bd8e10c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ERROR_CATEGORIES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
TRAP:
INVOKEDYNAMIC
INVOKEINTERFACE
stack underflow
stack overflow
GetMethInfoFromCPmethref
Bytecode exceeds CheckTable
Invalid (null)
Expand Down Expand Up @@ -91,8 +93,6 @@ PUTSTATIC: field
runtime error: index out of range
runtime error: invalid memory address
runtime.sigpanic
stack overflow
stack underflow
trying for a superclass field
WaitClassStatus
#
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This file is a version history of jacotest amendments. Entries appear in versio
| `Date` | `Version` | `Contents` |
| :------------: | :---: | :--- |
|<img width=90/>|<img width=60/>|<img width=600/>|
| 2025-01-30 | 3.5.5 | Updated ERROR_CATEGORIES.txt to prioritize reporting stack {under,over}flows. |
| 2025-01-21 | 3.5.4 | Added more functions to test case atomic-integer. |
| 2025-01-16 | 3.5.3 | New test case: blocking-queues-2-3-5. |
| 2025-01-09 | 3.5.2 | New test case: iface-with-default-func. |
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.5.4
v3.5.5

0 comments on commit bd8e10c

Please sign in to comment.