diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-09-02 12:10:59 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 18:20:14 +0900 |
| commit | 08f61db6eeccf6a35435777c6deb55578f8817d8 (patch) | |
| tree | f9552fe216fb5c7f477bc2ad745db645921b8bda /.github/workflows/codeql-analysis.yml | |
| parent | 7f66e50ba2f71514da711a7927554956faea2f29 (diff) | |
| download | mruby-08f61db6eeccf6a35435777c6deb55578f8817d8.tar.gz mruby-08f61db6eeccf6a35435777c6deb55578f8817d8.zip | |
Skip some `Math.atan2()` tests.
Linux `atan2(3)` man page says:
```
If y is positive infinity (negative infinity) and x is positive infinity,
+pi/4 (-pi/4) is re‐ turned.
```
But on Microsoft VC/MinGW, `atan2()` returns `NaN` if either of
arguments is infinite. So we skip those tests on the platforms.
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
0 files changed, 0 insertions, 0 deletions
