Hi all, The way failure types are combined is described here: http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt#45
It seems that this paragraph was written when fails/random/skip were the only possible failure-types. Nothing is said about how other failure types (silentfail, skip etc) are combined/inherited. I wrote a manifest parser for another system and had to check reftest.js to see that only fails/random/skip are combined as described. IIUC, the others are not inherited and simply set to true if they are found in one failure type. Maybe the README should be updated?
-- Frédéric Wang. Website <http://www.maths-informatique-jeux.com/> - Weblog <http://www.maths-informatique-jeux.com/blog/frederic/> _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

