Lines Matching full:tested

908 # Keys are lists of properties. Values are defined if have been tested.
942 # matching, which the tested function does on all inputs.
947 # Indicate we have tested this.
1002 next if exists $props{$loose}; # Skip if already tested
1035 # likely pickup any errors, since this will be tested there.
1089 my %pva_tested; # List of things already tested.
1245 next if exists $pva_tested{$test}; # Skip if already tested
1509 my @tested = prop_invlist($mod_table);
1511 … is(@tested, 0, "prop_invlist('$mod_table') returns an empty list since is internal-only");
1515 # If we have already tested a property that uses the same file, this
1516 # list should be identical to the one that was tested, and can bypass
1520 …is_deeply(\@tested, $tested_invlist{$file}, "prop_invlist('$mod_table') gave same results as its n…
1523 $tested_invlist{$file} = dclone \@tested;
1549 if (@tested && $tested[0] == 0) {
1550 shift @tested;
1552 unshift @tested, 0;
1569 my $tested = join "\n", ("V" . scalar @tested), @tested;
1571 chomp $tested;
1573 if ($tested ne $official) {
1574 fail_with_diff($mod_table, $official, $tested, "prop_invlist");
1613 # Like prop_invlist(), prop_invmap() is tested by comparing the results
1622 # The other properties are tested indirectly by generating all the possible
1624 # lists returned by prop_invlist(), which has already been tested.
1662 # matching, which the tested function applies to all properties
1669 # If have already tested this property under a different name, merely
1766 # those don't get fully tested.
2082 # have been tested above to be for anything above Unicode, in which
2148 # As this doesn't get tested when we later compare with
2224 # As this doesn't get tested when we later compare with
2517 # prop_invlist(), which has already been tested. If they all match,