diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-11 20:02:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-11 20:02:34 +0900 |
| commit | d1c268b76f65e69ea708096d5023c4d731cff594 (patch) | |
| tree | e48836287272388df613a370fda7a46598c517f8 /tests/src/SpecTestsuites/Core/FloatLiteralsTest.php | |
| parent | e4324d3d1d3bf3568d4e2f3b80c9cc324d324f83 (diff) | |
| download | php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.tar.gz php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.tar.zst php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.zip | |
fix: various spectests
Diffstat (limited to 'tests/src/SpecTestsuites/Core/FloatLiteralsTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/FloatLiteralsTest.php | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php b/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php index 106786f..467eab8 100644 --- a/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php +++ b/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php @@ -23,7 +23,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn1(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 121, @@ -34,7 +33,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn2(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.positive_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 122, @@ -45,7 +43,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn3(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.negative_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4290772992']], line: 123, @@ -56,7 +53,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn4(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.plain_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 124, @@ -67,7 +63,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn5(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.informally_known_as_plain_snan', 'args' => []], expected: [['type' => 'i32', 'value' => '2141192192']], line: 125, @@ -78,7 +73,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn6(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.all_ones_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4294967295']], line: 126, @@ -89,7 +83,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn7(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.misc_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2139169605']], line: 127, @@ -100,7 +93,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn8(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.misc_positive_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2142257232']], line: 128, @@ -111,7 +103,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn9(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.misc_negative_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4289379550']], line: 129, @@ -122,7 +113,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn10(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095040']], line: 130, @@ -133,7 +123,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn11(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.positive_infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095040']], line: 131, @@ -144,7 +133,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn12(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.negative_infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '4286578688']], line: 132, @@ -155,7 +143,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn13(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 133, @@ -166,7 +153,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn14(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.positive_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 134, @@ -177,7 +163,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn15(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.negative_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '2147483648']], line: 135, @@ -188,7 +173,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn16(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.misc', 'args' => []], expected: [['type' => 'i32', 'value' => '1086918619']], line: 136, @@ -199,7 +183,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn17(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.min_positive', 'args' => []], expected: [['type' => 'i32', 'value' => '1']], line: 137, @@ -210,7 +193,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn18(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.min_normal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388608']], line: 138, @@ -221,7 +203,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn19(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.max_subnormal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388607']], line: 139, @@ -232,7 +213,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn20(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.max_finite', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095039']], line: 140, @@ -243,7 +223,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn21(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.trailing_dot', 'args' => []], expected: [['type' => 'i32', 'value' => '1149239296']], line: 141, @@ -254,7 +233,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn22(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.misc_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1200726656']], line: 142, @@ -265,7 +243,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn23(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.large_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1736441856']], line: 143, @@ -276,7 +253,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn24(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.min_int32', 'args' => []], expected: [['type' => 'i32', 'value' => '3472883712']], line: 144, @@ -287,7 +263,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn25(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32.min_int64', 'args' => []], expected: [['type' => 'i32', 'value' => '3741319168']], line: 145, @@ -298,7 +273,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn26(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 146, @@ -309,7 +283,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn27(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.positive_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 147, @@ -320,7 +293,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn28(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.negative_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '2147483648']], line: 148, @@ -331,7 +303,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn29(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.misc', 'args' => []], expected: [['type' => 'i32', 'value' => '1086918619']], line: 149, @@ -342,7 +313,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn30(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.min_positive', 'args' => []], expected: [['type' => 'i32', 'value' => '1']], line: 150, @@ -353,7 +323,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn31(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.min_normal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388608']], line: 151, @@ -364,7 +333,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn32(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.max_subnormal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388607']], line: 152, @@ -375,7 +343,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn33(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.max_finite', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095039']], line: 153, @@ -386,7 +353,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn34(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.trailing_dot', 'args' => []], expected: [['type' => 'i32', 'value' => '1343554297']], line: 154, @@ -397,7 +363,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn35(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.root_beer_float', 'args' => []], expected: [['type' => 'i32', 'value' => '1065353217']], line: 155, @@ -408,7 +373,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn36(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.misc_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1178657792']], line: 156, @@ -419,7 +383,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn37(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.large_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1621981420']], line: 157, @@ -430,7 +393,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn38(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.min_int32', 'args' => []], expected: [['type' => 'i32', 'value' => '3472883712']], line: 158, @@ -441,7 +403,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn39(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32_dec.min_int64', 'args' => []], expected: [['type' => 'i32', 'value' => '3741319168']], line: 159, @@ -452,7 +413,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn40(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 161, @@ -463,7 +423,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn41(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.positive_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 162, @@ -474,7 +433,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn42(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.negative_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18444492273895866368']], line: 163, @@ -485,7 +443,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn43(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.plain_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 164, @@ -496,7 +453,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn44(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.informally_known_as_plain_snan', 'args' => []], expected: [['type' => 'i64', 'value' => '9219994337134247936']], line: 165, @@ -507,7 +463,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn45(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.all_ones_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18446744073709551615']], line: 166, @@ -518,7 +473,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn46(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.misc_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9218888453225749180']], line: 167, @@ -529,7 +483,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn47(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.misc_positive_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9219717281780008969']], line: 168, @@ -540,7 +493,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn48(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.misc_negative_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18442992325002076997']], line: 169, @@ -551,7 +503,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn49(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405312']], line: 170, @@ -562,7 +513,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn50(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.positive_infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405312']], line: 171, @@ -573,7 +523,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn51(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.negative_infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '18442240474082181120']], line: 172, @@ -584,7 +533,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn52(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 173, @@ -595,7 +543,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn53(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.positive_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 174, @@ -606,7 +553,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn54(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.negative_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '9223372036854775808']], line: 175, @@ -617,7 +563,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn55(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.misc', 'args' => []], expected: [['type' => 'i64', 'value' => '4618760256179416344']], line: 176, @@ -628,7 +573,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn56(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.min_positive', 'args' => []], expected: [['type' => 'i64', 'value' => '1']], line: 177, @@ -639,7 +583,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn57(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.min_normal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370496']], line: 178, @@ -650,7 +593,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn58(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.max_subnormal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370495']], line: 179, @@ -661,7 +603,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn59(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.max_finite', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405311']], line: 180, @@ -672,7 +613,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn60(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.trailing_dot', 'args' => []], expected: [['type' => 'i64', 'value' => '5057542381537067008']], line: 181, @@ -683,7 +623,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn61(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.misc_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4679860480993394688']], line: 182, @@ -694,7 +633,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn62(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.large_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4967470388989657088']], line: 183, @@ -705,7 +643,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn63(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.min_int32', 'args' => []], expected: [['type' => 'i64', 'value' => '13970166044103278592']], line: 184, @@ -716,7 +653,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn64(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64.min_int64', 'args' => []], expected: [['type' => 'i64', 'value' => '14114281232179134464']], line: 185, @@ -727,7 +663,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn65(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 186, @@ -738,7 +673,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn66(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.positive_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 187, @@ -749,7 +683,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn67(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.negative_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '9223372036854775808']], line: 188, @@ -760,7 +693,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn68(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.misc', 'args' => []], expected: [['type' => 'i64', 'value' => '4618760256179416344']], line: 189, @@ -771,7 +703,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn69(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.min_positive', 'args' => []], expected: [['type' => 'i64', 'value' => '1']], line: 190, @@ -782,7 +713,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn70(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.min_normal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370496']], line: 191, @@ -793,7 +723,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn71(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.max_subnormal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370495']], line: 192, @@ -804,7 +733,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn72(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.max_finite', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405311']], line: 193, @@ -815,7 +743,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn73(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.trailing_dot', 'args' => []], expected: [['type' => 'i64', 'value' => '6103021453049119613']], line: 194, @@ -826,7 +753,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn74(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.root_beer_float', 'args' => []], expected: [['type' => 'i64', 'value' => '4607182419335945764']], line: 195, @@ -837,7 +763,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn75(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.misc_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4668012349850910720']], line: 196, @@ -848,7 +773,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn76(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.large_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4906019910204099648']], line: 197, @@ -859,7 +783,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn77(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.min_int32', 'args' => []], expected: [['type' => 'i64', 'value' => '13970166044103278592']], line: 198, @@ -870,7 +793,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn78(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64_dec.min_int64', 'args' => []], expected: [['type' => 'i64', 'value' => '14114281232179134464']], line: 199, @@ -881,7 +803,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn79(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-dec-sep1', 'args' => []], expected: [['type' => 'f32', 'value' => '1232348160']], line: 201, @@ -892,7 +813,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn80(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-dec-sep2', 'args' => []], expected: [['type' => 'f32', 'value' => '1148846080']], line: 202, @@ -903,7 +823,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn81(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-dec-sep3', 'args' => []], expected: [['type' => 'f32', 'value' => '1148897552']], line: 203, @@ -914,7 +833,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn82(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-dec-sep4', 'args' => []], expected: [['type' => 'f32', 'value' => '1482758550']], line: 204, @@ -925,7 +843,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn83(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-dec-sep5', 'args' => []], expected: [['type' => 'f32', 'value' => '1847438964']], line: 205, @@ -936,7 +853,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn84(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-hex-sep1', 'args' => []], expected: [['type' => 'f32', 'value' => '1294004234']], line: 206, @@ -947,7 +863,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn85(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-hex-sep2', 'args' => []], expected: [['type' => 'f32', 'value' => '1205143424']], line: 207, @@ -958,7 +873,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn86(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-hex-sep3', 'args' => []], expected: [['type' => 'f32', 'value' => '1193345009']], line: 208, @@ -969,7 +883,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn87(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-hex-sep4', 'args' => []], expected: [['type' => 'f32', 'value' => '1240465408']], line: 209, @@ -980,7 +893,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn88(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f32-hex-sep5', 'args' => []], expected: [['type' => 'f32', 'value' => '1437319208']], line: 210, @@ -991,7 +903,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn89(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-dec-sep1', 'args' => []], expected: [['type' => 'f64', 'value' => '4696837146684686336']], line: 212, @@ -1002,7 +913,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn90(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-dec-sep2', 'args' => []], expected: [['type' => 'f64', 'value' => '4652007308841189376']], line: 213, @@ -1013,7 +923,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn91(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-dec-sep3', 'args' => []], expected: [['type' => 'f64', 'value' => '4652034942576659200']], line: 214, @@ -1024,7 +933,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn92(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-dec-sep4', 'args' => []], expected: [['type' => 'f64', 'value' => '2796837019126844485']], line: 215, @@ -1035,7 +943,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn93(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-dec-sep5', 'args' => []], expected: [['type' => 'f64', 'value' => '5027061507362119324']], line: 216, @@ -1046,7 +953,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn94(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-hex-sep1', 'args' => []], expected: [['type' => 'f64', 'value' => '4838519794133185330']], line: 217, @@ -1057,7 +963,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn95(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-hex-sep2', 'args' => []], expected: [['type' => 'f64', 'value' => '4682231715257647104']], line: 218, @@ -1068,7 +973,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn96(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-hex-sep3', 'args' => []], expected: [['type' => 'f64', 'value' => '4675897489574114112']], line: 219, @@ -1079,7 +983,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn97(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-hex-sep4', 'args' => []], expected: [['type' => 'f64', 'value' => '4701195061021376512']], line: 220, @@ -1090,7 +993,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn98(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'f64-hex-sep5', 'args' => []], expected: [['type' => 'f64', 'value' => '4806880140420149248']], line: 221, @@ -1111,7 +1013,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase public function testAssertReturn100(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => '4294967249', 'args' => []], expected: [['type' => 'f64', 'value' => '4751297606777307136']], line: 233, |
