Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
tests/tcg: remove runcom test
Browse files Browse the repository at this point in the history
The combination of being rather esoteric and needing to support mmap @
0 means this only ever worked under translation. It has now regressed
even further and is no longer useful. Kill it.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
  • Loading branch information
stsquad committed Jul 24, 2018
1 parent 15352de commit 1a3bdc6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 200 deletions.
5 changes: 0 additions & 5 deletions tests/tcg/i386/Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ test-i386: test-i386.c test-i386-code16.S test-i386-vm86.S test-i386.h test-i386
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ \
$(<D)/test-i386.c $(<D)/test-i386-code16.S $(<D)/test-i386-vm86.S -lm

# Specialist test runners
run-runcom: TIMEOUT=30
run-runcom: runcom pi_10.com
$(call run-test,$<,$(QEMU) ./runcom $(I386_SRC)/pi_10.com,"$< on $(TARGET_NAME)")

ifeq ($(SPEED), slow)

test-i386-fprem.ref: test-i386-fprem
Expand Down
3 changes: 0 additions & 3 deletions tests/tcg/i386/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ and host CPUs.
test-i386-fprem
---------------

runcom
------

test-mmap
---------

Expand Down
Binary file removed tests/tcg/i386/pi_10.com
Binary file not shown.
192 changes: 0 additions & 192 deletions tests/tcg/i386/runcom.c

This file was deleted.

0 comments on commit 1a3bdc6

Please sign in to comment.