mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
Tests: Remove SerenityOS Check
This check can be safely removed, as we no longer support building Ladybird for SerenityOS ;^)
This commit is contained in:
parent
6260e18de6
commit
2159a4f14e
Notes:
github-actions[bot]
2024-12-06 21:22:49 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/2159a4f14e1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2816 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 4 deletions
|
@ -168,16 +168,12 @@ TEST_CASE(simple_cases)
|
|||
DOES_PARSE_DOUBLE_LIKE_CPP(1e210);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(358416272e-33);
|
||||
|
||||
// FIXME: These are different in 32 bit, since that will be removed some time (soon?)
|
||||
// we can remove this guard at that point.
|
||||
#if not defined(__serenity__)
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(89255e-22);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(8925.5e-21);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(8.9255e-18);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(8925500e-24);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(89256e-22);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(89254e-22);
|
||||
#endif
|
||||
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(3.518437208883201171875e13);
|
||||
DOES_PARSE_FLOAT_AND_DOUBLE_LIKE_CPP(62.5364939768271845828);
|
||||
|
|
Loading…
Reference in a new issue