Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:run_test

238 function run_test(test_func, array, expected_result) {
268 run_test(test_load, a, 780 * kRuns);
269 run_test(test_load_const_key, a, 3 * kRuns);
270 run_test(test_store, a, 820 * kRuns);
271 run_test(test_store_const_key, a, 6 * kRuns);
272 run_test(test_store_low_int, a, test_result_low_int[t]);
273 run_test(test_store_low_double, a, test_result_low_double[t]);
274 run_test(test_store_low_tagged, a, test_result_low_double[t]);
275 run_test(test_store_high_int, a, test_result_high_int[t]);
276 run_test(test_store_nan, a, test_result_nan[t]);
277 run_test(test_store_middle_double, a, test_result_middle[t]);
278 run_test(test_store_middle_tagged, a, test_result_middle[t]);
279 run_test(test_store_high_double, a, test_result_high_double[t]);
280 run_test(test_store_high_tagged, a, test_result_high_double[t]);