Searched refs:test_switches (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dswitch.js438 function test_switches(opt) { function
461 test_switches(false);
462 test_switches(true);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dprinting_unittest.py80 def test_switches(args, expected_switches_str, function in function:TestUtilityFunctions.test_parse_print_options
95 test_switches([], printing.PRINT_DEFAULT)
98 test_switches([], printing.PRINT_EVERYTHING, verbose=True)
101 test_switches(['--print', 'default'], printing.PRINT_DEFAULT)
104 test_switches(['--print', 'nothing'], None)
107 test_switches(['--print', 'everything'], printing.PRINT_EVERYTHING)
110 test_switches(['--print', 'actual'], 'actual', verbose=True)

Completed in 145 milliseconds