From 066014d4b4ad60aeb25ffbb7ec884c2a426b1a05 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 26 Nov 2020 21:23:15 -0800 Subject: 7280 --- apps/mu | Bin 576537 -> 576603 bytes apps/mu.subx | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'apps') diff --git a/apps/mu b/apps/mu index 405b399d..37ca3772 100755 Binary files a/apps/mu and b/apps/mu differ diff --git a/apps/mu.subx b/apps/mu.subx index 4962352d..909dbfc5 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -7769,7 +7769,7 @@ test-copy-to-non-register: 5d/pop-to-ebp c3/return -test-copy-non-scalar: +test-copy-from-non-scalar-inout: # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp @@ -7804,10 +7804,10 @@ test-copy-non-scalar: #? (rewind-stream _test-error-stream) #? # }}} # check output - (check-stream-equal _test-output-stream "" "F - test-copy-non-scalar: output should be empty") - (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy: 'x' is too large to fit in a register" "F - test-copy-non-scalar: error message") + (check-stream-equal _test-output-stream "" "F - test-copy-from-non-scalar-inout: output should be empty") + (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy: 'x' is too large to fit in a register" "F - test-copy-from-non-scalar-inout: error message") # check that stop(1) was called - (check-ints-equal *(edx+4) 2 "F - test-copy-non-scalar: exit status") + (check-ints-equal *(edx+4) 2 "F - test-copy-from-non-scalar-inout: exit status") # don't restore from ebp 81 0/subop/add %esp 8/imm32 # . epilogue @@ -8115,7 +8115,7 @@ test-copy-to-deref-address: 5d/pop-to-ebp c3/return -test-copy-to-non-scalar: +test-copy-to-from-non-scalar-inout: # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp @@ -8151,11 +8151,11 @@ test-copy-to-non-scalar: #? (rewind-stream _test-error-stream) #? # }}} # check output - (check-stream-equal _test-output-stream "" "F - test-copy-to-non-scalar: output should be empty") -#? (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy-to: 'x' is too large to copy" "F - test-copy-to-non-scalar: error message") - (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy-to: source (second inout) is in memory" "F - test-copy-to-non-scalar: error message") + (check-stream-equal _test-output-stream "" "F - test-copy-to-from-non-scalar-inout: output should be empty") +#? (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy-to: 'x' is too large to copy" "F - test-copy-to-from-non-scalar-inout: error message") + (check-next-stream-line-equal _test-error-stream "fn foo: stmt copy-to: source (second inout) is in memory" "F - test-copy-to-from-non-scalar-inout: error message") # check that stop(1) was called - (check-ints-equal *(edx+4) 2 "F - test-copy-to-non-scalar: exit status") + (check-ints-equal *(edx+4) 2 "F - test-copy-to-from-non-scalar-inout: exit status") # don't restore from ebp 81 0/subop/add %esp 8/imm32 # . epilogue -- cgit 1.4.1-2-gfad0