Refactor tests to isolate NAN-containing array self-comparisonsnightly-2020.08.11
commitb036027b35018be261afb943881fc5c74a64c575
authorMichael Colavita <mcolavita@fb.com>
Tue, 11 Aug 2020 01:15:22 +0000 (10 18:15 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 11 Aug 2020 01:17:16 +0000 (10 18:17 -0700)
tree4b128b91f8c95bde6d73d2d54761deda5b4aaf9f
parent92d4d45b5fcc91a1777a1ba926ef250d36017e4a
Refactor tests to isolate NAN-containing array self-comparisons

Summary: Self-comparisons of arrays containing NAN were moved to a separate test that is excluded when testing with bespokes enabled.

Reviewed By: ricklavoie

Differential Revision: D23041716

fbshipit-source-id: 26d216f87974aecc4bcfe3d4d6e44d352d4924f7
hphp/test/run.php
hphp/test/slow/comparisons/all_type_comparison_test.php
hphp/test/slow/comparisons/all_type_comparison_test.php.expect
hphp/test/slow/comparisons/nan_array_id_test.php [new file with mode: 0644]
hphp/test/slow/comparisons/nan_array_id_test.php.expect [new file with mode: 0644]
hphp/test/slow/comparisons/nan_array_id_test.php.opts [new file with mode: 0644]