Add intmap tests for warnings
commit73a2e7eb9a63da3fc0303fe231d2b94170e3e293
authorPaul Cavallaro <ptc@fb.com>
Sat, 19 Jul 2014 02:24:14 +0000 (18 19:24 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Sat, 19 Jul 2014 02:30:19 +0000 (18 19:30 -0700)
treec7e547d51df935ed2c53672a1ab56c4813e18357
parent56312033c5049c42a7b0eef446dba617fdd60c98
Add intmap tests for warnings

Reviewed By: andrewparoski, eletuchy

Differential Revision: D1435641
61 files changed:
hphp/runtime/base/mixed-array.cpp
hphp/runtime/vm/jit/minstr-translator.cpp
hphp/test/slow/intmap_array/IntMap_addNumericStringKey.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_addNumericStringKey.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_addString.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_addString.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_append.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_append.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_appendRef.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_appendRef.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_diff_key.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_diff_key.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_map.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_map.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_merge.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_merge.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_shift.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_shift.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_unshift.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_array_unshift.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_asort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_asort.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_cow.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_cow.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_elementByRef.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_elementByRef.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_foreach.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_foreach.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_foreachByRef.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_foreachByRef.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_grow.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_grow.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_idx.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_idx.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_idx.php.norepo [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_isset.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_isset.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_ksort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_ksort.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_mixedValues.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_mixedValues.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_plusEq.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_plusEq.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_plusOp.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_plusOp.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_pop.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_pop.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_readNumericStringKey.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_readNumericStringKey.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_setRef.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_setRef.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_sort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_sort.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_uasort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_uasort.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_uksort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_uksort.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_unset.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_unset.php.expectf [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_usort.php [new file with mode: 0644]
hphp/test/slow/intmap_array/IntMap_usort.php.expectf [new file with mode: 0644]