summaryrefslogtreecommitdiff
path: root/jstests/core/array_comparison_correctness.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support ↵Martin Neupauer2020-12-081-3/+0
| | | | MinKey/MaxKey types in SBE.
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+3
|
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-2/+1
|
* SERVER-45233 Include the empty array in the comparison with index testTed Tuckman2020-02-191-0/+10
|
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-02-041-0/+119
create mode 100644 jstests/core/array_comparison_correctness.js create mode 100644 jstests/core/array_index_and_nonIndex_consistent.js