From 0b25a662e0b760be8bbe5627d9cad6611f7b3d69 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 20 Dec 1996 03:14:42 +0000 Subject: [PATCH] Two new files (to shut up regrtest). --- Lib/test/output/test_audioop | 1 + Lib/test/output/test_pow | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Lib/test/output/test_audioop create mode 100644 Lib/test/output/test_pow diff --git a/Lib/test/output/test_audioop b/Lib/test/output/test_audioop new file mode 100644 index 00000000000..65968891052 --- /dev/null +++ b/Lib/test/output/test_audioop @@ -0,0 +1 @@ +test_audioop diff --git a/Lib/test/output/test_pow b/Lib/test/output/test_pow new file mode 100644 index 00000000000..e2368628df6 --- /dev/null +++ b/Lib/test/output/test_pow @@ -0,0 +1,29 @@ +test_pow +Testing integer mode... + Testing 2-argument pow() function... + Testing 3-argument pow() function... +Testing long integer mode... + Testing 2-argument pow() function... + Testing 3-argument pow() function... +Testing floating point mode... + Testing 3-argument pow() function... +The number in both columns should match. +3 3 +-5 -5 +-1 -1 +5 5 +-3 -3 +-7 -7 + +3L 3L +-5L -5L +-1L -1L +5L 5L +-3L -3L +-7L -7L + +3.0 3.0 +-5.0 -5.0 +-1.0 -1.0 +-7.0 -7.0 +