From b32c755903adc389d2bb2fa2e66691bf40bbd2c8 Mon Sep 17 00:00:00 2001 From: emscripten-bot Date: Thu, 18 Dec 2025 21:40:33 +0000 Subject: [PATCH] Automatic rebaseline of codesize expectations. NFC This is an automatic change generated by tools/maint/rebaseline_tests.py. The following (11) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 149120 => 149109 [-11 bytes / -0.01%] codesize/test_codesize_cxx_ctors2.json: 148524 => 148513 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except.json: 194583 => 194572 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except_wasm.json: 164104 => 164093 [-11 bytes / -0.01%] codesize/test_codesize_cxx_except_wasm_legacy.json: 161762 => 161751 [-11 bytes / -0.01%] codesize/test_codesize_cxx_lto.json: 125455 => 125444 [-11 bytes / -0.01%] codesize/test_codesize_cxx_mangle.json: 258660 => 258649 [-11 bytes / -0.00%] codesize/test_codesize_cxx_noexcept.json: 151537 => 151526 [-11 bytes / -0.01%] codesize/test_codesize_cxx_wasmfs.json: 177099 => 177088 [-11 bytes / -0.01%] codesize/test_codesize_hello_dylink.json: 44436 => 44425 [-11 bytes / -0.02%] codesize/test_codesize_hello_dylink_all.json: 819676 => 819669 [-7 bytes / -0.00%] Average change: -0.01% (-0.02% - -0.00%) ``` --- test/codesize/test_codesize_cxx_ctors1.json | 8 ++++---- test/codesize/test_codesize_cxx_ctors2.json | 8 ++++---- test/codesize/test_codesize_cxx_except.json | 8 ++++---- test/codesize/test_codesize_cxx_except_wasm.json | 8 ++++---- test/codesize/test_codesize_cxx_except_wasm_legacy.json | 8 ++++---- test/codesize/test_codesize_cxx_lto.json | 8 ++++---- test/codesize/test_codesize_cxx_mangle.json | 8 ++++---- test/codesize/test_codesize_cxx_noexcept.json | 8 ++++---- test/codesize/test_codesize_cxx_wasmfs.json | 8 ++++---- test/codesize/test_codesize_hello_dylink.json | 8 ++++---- test/codesize/test_codesize_hello_dylink_all.json | 4 ++-- 11 files changed, 42 insertions(+), 42 deletions(-) diff --git a/test/codesize/test_codesize_cxx_ctors1.json b/test/codesize/test_codesize_cxx_ctors1.json index 766c43acf3d02..dba0aa4e9fc8c 100644 --- a/test/codesize/test_codesize_cxx_ctors1.json +++ b/test/codesize/test_codesize_cxx_ctors1.json @@ -1,10 +1,10 @@ { "a.out.js": 19654, "a.out.js.gz": 8145, - "a.out.nodebug.wasm": 129466, - "a.out.nodebug.wasm.gz": 49215, - "total": 149120, - "total_gz": 57360, + "a.out.nodebug.wasm": 129455, + "a.out.nodebug.wasm.gz": 49210, + "total": 149109, + "total_gz": 57355, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_ctors2.json b/test/codesize/test_codesize_cxx_ctors2.json index 9084e12ec23f0..4ac37d943f09e 100644 --- a/test/codesize/test_codesize_cxx_ctors2.json +++ b/test/codesize/test_codesize_cxx_ctors2.json @@ -1,10 +1,10 @@ { "a.out.js": 19631, "a.out.js.gz": 8132, - "a.out.nodebug.wasm": 128893, - "a.out.nodebug.wasm.gz": 48860, - "total": 148524, - "total_gz": 56992, + "a.out.nodebug.wasm": 128882, + "a.out.nodebug.wasm.gz": 48854, + "total": 148513, + "total_gz": 56986, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_except.json b/test/codesize/test_codesize_cxx_except.json index d08a0c6d13efa..1dd754aabbe4d 100644 --- a/test/codesize/test_codesize_cxx_except.json +++ b/test/codesize/test_codesize_cxx_except.json @@ -1,10 +1,10 @@ { "a.out.js": 23309, "a.out.js.gz": 9122, - "a.out.nodebug.wasm": 171274, - "a.out.nodebug.wasm.gz": 57322, - "total": 194583, - "total_gz": 66444, + "a.out.nodebug.wasm": 171263, + "a.out.nodebug.wasm.gz": 57315, + "total": 194572, + "total_gz": 66437, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_except_wasm.json b/test/codesize/test_codesize_cxx_except_wasm.json index 94030ae71bdf9..617b3ba6f4c9d 100644 --- a/test/codesize/test_codesize_cxx_except_wasm.json +++ b/test/codesize/test_codesize_cxx_except_wasm.json @@ -1,10 +1,10 @@ { "a.out.js": 19470, "a.out.js.gz": 8070, - "a.out.nodebug.wasm": 144634, - "a.out.nodebug.wasm.gz": 54885, - "total": 164104, - "total_gz": 62955, + "a.out.nodebug.wasm": 144623, + "a.out.nodebug.wasm.gz": 54880, + "total": 164093, + "total_gz": 62950, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_except_wasm_legacy.json b/test/codesize/test_codesize_cxx_except_wasm_legacy.json index 8da0475a93897..9b485ecfe69ea 100644 --- a/test/codesize/test_codesize_cxx_except_wasm_legacy.json +++ b/test/codesize/test_codesize_cxx_except_wasm_legacy.json @@ -1,10 +1,10 @@ { "a.out.js": 19539, "a.out.js.gz": 8089, - "a.out.nodebug.wasm": 142223, - "a.out.nodebug.wasm.gz": 54349, - "total": 161762, - "total_gz": 62438, + "a.out.nodebug.wasm": 142212, + "a.out.nodebug.wasm.gz": 54344, + "total": 161751, + "total_gz": 62433, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_lto.json b/test/codesize/test_codesize_cxx_lto.json index 2d994dc8088bb..64e72d164ee58 100644 --- a/test/codesize/test_codesize_cxx_lto.json +++ b/test/codesize/test_codesize_cxx_lto.json @@ -1,10 +1,10 @@ { "a.out.js": 18993, "a.out.js.gz": 7823, - "a.out.nodebug.wasm": 106462, - "a.out.nodebug.wasm.gz": 42646, - "total": 125455, - "total_gz": 50469, + "a.out.nodebug.wasm": 106451, + "a.out.nodebug.wasm.gz": 42641, + "total": 125444, + "total_gz": 50464, "sent": [ "a (emscripten_resize_heap)", "b (_setitimer_js)", diff --git a/test/codesize/test_codesize_cxx_mangle.json b/test/codesize/test_codesize_cxx_mangle.json index e539c1a622a9f..2bab7bc7315f1 100644 --- a/test/codesize/test_codesize_cxx_mangle.json +++ b/test/codesize/test_codesize_cxx_mangle.json @@ -1,10 +1,10 @@ { "a.out.js": 23359, "a.out.js.gz": 9142, - "a.out.nodebug.wasm": 235301, - "a.out.nodebug.wasm.gz": 78923, - "total": 258660, - "total_gz": 88065, + "a.out.nodebug.wasm": 235290, + "a.out.nodebug.wasm.gz": 78917, + "total": 258649, + "total_gz": 88059, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_noexcept.json b/test/codesize/test_codesize_cxx_noexcept.json index 7865c8276271c..04ad444871798 100644 --- a/test/codesize/test_codesize_cxx_noexcept.json +++ b/test/codesize/test_codesize_cxx_noexcept.json @@ -1,10 +1,10 @@ { "a.out.js": 19654, "a.out.js.gz": 8145, - "a.out.nodebug.wasm": 131883, - "a.out.nodebug.wasm.gz": 50215, - "total": 151537, - "total_gz": 58360, + "a.out.nodebug.wasm": 131872, + "a.out.nodebug.wasm.gz": 50209, + "total": 151526, + "total_gz": 58354, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_wasmfs.json b/test/codesize/test_codesize_cxx_wasmfs.json index 156c602b76e9f..273f67c8ec3e1 100644 --- a/test/codesize/test_codesize_cxx_wasmfs.json +++ b/test/codesize/test_codesize_cxx_wasmfs.json @@ -1,10 +1,10 @@ { "a.out.js": 7043, "a.out.js.gz": 3322, - "a.out.nodebug.wasm": 170056, - "a.out.nodebug.wasm.gz": 62932, - "total": 177099, - "total_gz": 66254, + "a.out.nodebug.wasm": 170045, + "a.out.nodebug.wasm.gz": 62927, + "total": 177088, + "total_gz": 66249, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_hello_dylink.json b/test/codesize/test_codesize_hello_dylink.json index 904ef45c531fa..6ce5218a1b710 100644 --- a/test/codesize/test_codesize_hello_dylink.json +++ b/test/codesize/test_codesize_hello_dylink.json @@ -1,10 +1,10 @@ { "a.out.js": 26695, "a.out.js.gz": 11394, - "a.out.nodebug.wasm": 17741, - "a.out.nodebug.wasm.gz": 8963, - "total": 44436, - "total_gz": 20357, + "a.out.nodebug.wasm": 17730, + "a.out.nodebug.wasm.gz": 8957, + "total": 44425, + "total_gz": 20351, "sent": [ "__syscall_stat64", "emscripten_resize_heap", diff --git a/test/codesize/test_codesize_hello_dylink_all.json b/test/codesize/test_codesize_hello_dylink_all.json index 6349f9f17bb94..e388545b30493 100644 --- a/test/codesize/test_codesize_hello_dylink_all.json +++ b/test/codesize/test_codesize_hello_dylink_all.json @@ -1,7 +1,7 @@ { "a.out.js": 245765, - "a.out.nodebug.wasm": 573911, - "total": 819676, + "a.out.nodebug.wasm": 573904, + "total": 819669, "sent": [ "IMG_Init", "IMG_Load",