summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt
diff options
context:
space:
mode:
authorAnna Wawrzyniak <anna.wawrzyniak@mongodb.com>2023-01-09 22:39:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-10 00:00:09 +0000
commitef7b15f2dfd5953904c8e142fea65db2f250f9a4 (patch)
tree9d05b069459609b3d8d49577a9af1077f43667cb /src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt
parent04d0423767ad5a845805e4ba37cbcd68648bb516 (diff)
downloadmongo-shinyee.tan/local.tar.gz
SERVER-72326 Remove boost::format from SBE pretty printers due to TSAN race conditionshinyee.tan/local
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt b/src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt
index d4e31976424..eed67bf2574 100644
--- a/src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt
+++ b/src/mongo/db/test_output/exec/sbe/s_b_e_prim_binary_test/eq_numeric.txt
@@ -26,7 +26,7 @@ SLOTS: [1: Nothing, 2: 123ll]
RESULT: Nothing
-- EXECUTE VARIATION:
-SLOTS: [1: Nothing, 2: 123.500000L]
+SLOTS: [1: Nothing, 2: 123.5L]
RESULT: Nothing
-- EXECUTE VARIATION:
@@ -50,7 +50,7 @@ SLOTS: [1: 12, 2: 123ll]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 12, 2: 123.500000L]
+SLOTS: [1: 12, 2: 123.5L]
RESULT: false
-- EXECUTE VARIATION:
@@ -74,7 +74,7 @@ SLOTS: [1: 23, 2: 123ll]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 23, 2: 123.500000L]
+SLOTS: [1: 23, 2: 123.5L]
RESULT: false
-- EXECUTE VARIATION:
@@ -98,7 +98,7 @@ SLOTS: [1: 123ll, 2: 123ll]
RESULT: true
-- EXECUTE VARIATION:
-SLOTS: [1: 123ll, 2: 123.500000L]
+SLOTS: [1: 123ll, 2: 123.5L]
RESULT: false
-- EXECUTE VARIATION:
@@ -106,27 +106,27 @@ SLOTS: [1: 123ll, 2: NumberDecimal(223.500000000000)]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: Nothing]
+SLOTS: [1: 123.5L, 2: Nothing]
RESULT: Nothing
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: 12]
+SLOTS: [1: 123.5L, 2: 12]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: 23]
+SLOTS: [1: 123.5L, 2: 23]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: 123ll]
+SLOTS: [1: 123.5L, 2: 123ll]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: 123.500000L]
+SLOTS: [1: 123.5L, 2: 123.5L]
RESULT: true
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L, 2: NumberDecimal(223.500000000000)]
+SLOTS: [1: 123.5L, 2: NumberDecimal(223.500000000000)]
RESULT: false
-- EXECUTE VARIATION:
@@ -146,7 +146,7 @@ SLOTS: [1: NumberDecimal(223.500000000000), 2: 123ll]
RESULT: false
-- EXECUTE VARIATION:
-SLOTS: [1: NumberDecimal(223.500000000000), 2: 123.500000L]
+SLOTS: [1: NumberDecimal(223.500000000000), 2: 123.5L]
RESULT: false
-- EXECUTE VARIATION: