Skip to content

Commit

Permalink
Atari zeropage-max test is not sound; remove
Browse files Browse the repository at this point in the history
The compiler provides no guarantees about the amount of soft stack used
for a given C construct. Tests should be resistant to typical changes to
codegen.
  • Loading branch information
mysterymath committed Dec 18, 2024
1 parent 675461c commit 96fc1be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion test/atari2600-common/test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ target_include_directories(test-lib-emutest BEFORE PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/../atari2600-common/)

add_vcs_test(minimal ../atari2600-common)
add_vcs_test(zeropage-max ../atari2600-common)

add_vcs_test(frame-simple ../atari2600-common)
set_property(TEST test-frame-simple PROPERTY ENVIRONMENT EMUTEST_FB_CRC_PASS=3714305448)
40 changes: 0 additions & 40 deletions test/atari2600-common/zeropage-max.c

This file was deleted.

0 comments on commit 96fc1be

Please sign in to comment.