Lines Matching refs:sort
992 for my $test (sort slowestcmp keys %durations) {
1180 # Sort first by directory, then by file, so all paths in one directory are grouped
1182 # Use numericcmp to sort directory and filenames to make order logical.
1194 # Sort numeric parts of strings as numbers, other parts as strings.
1220 # Sort slowest tests first.
2168 @testsToRun = sort pathcmp @testsToRun;