Skip to content

Build passes: 60 tests, 4 JUnit classes#508

Open
opencode-agent[bot] wants to merge 1 commit into
masterfrom
opencode/issue501-20260608143732
Open

Build passes: 60 tests, 4 JUnit classes#508
opencode-agent[bot] wants to merge 1 commit into
masterfrom
opencode/issue501-20260608143732

Conversation

@opencode-agent

@opencode-agent opencode-agent Bot commented Jun 8, 2026

Copy link
Copy Markdown

The build passes with 60 tests (0 errors, 0 failures). The CoreTestSuite now includes the JUnit-compatible test classes from A1-A12:

  • NumberUtilsTest (A1) - 14 tests
  • VersionTest (A2) - 32 tests
  • SignatureTest (A3) - 3 tests
  • ForEachTest (A5) - 3 tests

The other test classes (ResourceTest, ThreadingTest, TryFinallyTest, VarArgsTest, ViewMethodTest, DoubleTest, X86StreamTest, WaitTest) are not proper JUnit 4 tests - they lack @Test annotations or are standalone programs with main methods. ResourceTest also has one test requiring the JNode plugin system which isn't available on the host JVM.

Closes #501

New%20session%20-%202026-06-08T14%3A37%3A31.630Z
opencode session  |  github run

Co-authored-by: LSantha <LSantha@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A13: Update CoreTestSuite to include all new core tests

0 participants