about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-05 23:29:24 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-05 23:29:24 -0800
commit58467e6cbc4fce0c11a5200b9846c7a47ec874d9 (patch)
tree83c2bb1fb4f2382e7d5f4d425bedda265894373a
parentc7a5d74252419a5582f1e68ed7bb393d3f6e06c8 (diff)
downloadmu-58467e6cbc4fce0c11a5200b9846c7a47ec874d9.tar.gz
5792
Fix a bug in one test: it checks eax when the component under test returns
nothing. It's been just accidentally passing all these months.
-rw-r--r--054string-equal.subx9
-rwxr-xr-xapps/assortbin42901 -> 42847 bytes
-rwxr-xr-xapps/bracesbin42917 -> 42863 bytes
-rwxr-xr-xapps/callsbin47627 -> 47573 bytes
-rwxr-xr-xapps/crenshaw2-1bin42309 -> 42255 bytes
-rwxr-xr-xapps/crenshaw2-1bbin42856 -> 42802 bytes
-rwxr-xr-xapps/dquotesbin46551 -> 46497 bytes
-rwxr-xr-xapps/factorialbin41328 -> 41274 bytes
-rwxr-xr-xapps/handlebin42226 -> 42172 bytes
-rwxr-xr-xapps/hexbin45148 -> 45094 bytes
-rwxr-xr-xapps/mubin63284 -> 63230 bytes
-rwxr-xr-xapps/packbin55293 -> 55239 bytes
-rwxr-xr-xapps/sigilsbin55302 -> 55248 bytes
-rwxr-xr-xapps/surveybin52142 -> 52088 bytes
-rwxr-xr-xapps/testsbin41699 -> 41645 bytes
15 files changed, 0 insertions, 9 deletions
diff --git a/054string-equal.subx b/054string-equal.subx
index 70fa8901..484844d9 100644
--- a/054string-equal.subx
+++ b/054string-equal.subx
@@ -216,15 +216,6 @@ test-check-strings-equal:
     e8/call  check-strings-equal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # check-ints-equal(eax, 1, msg)
-    # . . push args
-    68/push  "F - test-check-strings-equal"/imm32
-    68/push  0/imm32/false
-    50/push-eax
-    # . . call
-    e8/call  check-ints-equal/disp32
-    # . . discard args
-    81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               0xc/imm32         # add to esp
     c3/return
 
 # . . vim:nowrap:textwidth=0
diff --git a/apps/assort b/apps/assort
index 90f413b8..4cd323b4 100755
--- a/apps/assort
+++ b/apps/assort
Binary files differdiff --git a/apps/braces b/apps/braces
index 6f5af03a..0bba8f4c 100755
--- a/apps/braces
+++ b/apps/braces
Binary files differdiff --git a/apps/calls b/apps/calls
index e3644fde..b2d6c12d 100755
--- a/apps/calls
+++ b/apps/calls
Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1
index c5c7f13d..7b4e793b 100755
--- a/apps/crenshaw2-1
+++ b/apps/crenshaw2-1
Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b
index bc93d5fd..6faddc7e 100755
--- a/apps/crenshaw2-1b
+++ b/apps/crenshaw2-1b
Binary files differdiff --git a/apps/dquotes b/apps/dquotes
index 4bc61eb4..df624e36 100755
--- a/apps/dquotes
+++ b/apps/dquotes
Binary files differdiff --git a/apps/factorial b/apps/factorial
index ee86b814..f3475c45 100755
--- a/apps/factorial
+++ b/apps/factorial
Binary files differdiff --git a/apps/handle b/apps/handle
index f7210315..b4968a96 100755
--- a/apps/handle
+++ b/apps/handle
Binary files differdiff --git a/apps/hex b/apps/hex
index 53f8d475..9fe6ca35 100755
--- a/apps/hex
+++ b/apps/hex
Binary files differdiff --git a/apps/mu b/apps/mu
index 71db0eb1..a20ab6b4 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/pack b/apps/pack
index 02749f44..d92ef41a 100755
--- a/apps/pack
+++ b/apps/pack
Binary files differdiff --git a/apps/sigils b/apps/sigils
index 5147ee54..e51f6ff8 100755
--- a/apps/sigils
+++ b/apps/sigils
Binary files differdiff --git a/apps/survey b/apps/survey
index 0210fc61..c2ef532a 100755
--- a/apps/survey
+++ b/apps/survey
Binary files differdiff --git a/apps/tests b/apps/tests
index 91a078ee..2e4ea874 100755
--- a/apps/tests
+++ b/apps/tests
Binary files differ