Bug 1430939 - Part6:Change reftests/moz.build to use the new directory names without version number. r?dholbert draft
authorNeerja Pancholi <npancholi@mozilla.com>
Thu, 18 Jan 2018 11:44:46 -0800
changeset 722424 721f798fd54328243a1460c41fddf99ee35738b5
parent 722423 bf38cf47c04a92ce222c62239e01b5e706ab9ca3
child 746622 d94f97fa063581515c88509e8e50e752f2fc84c4
push id96157
push userbmo:npancholi@mozilla.com
push dateFri, 19 Jan 2018 01:04:11 +0000
reviewersdholbert
bugs1430939
milestone59.0a1
Bug 1430939 - Part6:Change reftests/moz.build to use the new directory names without version number. r?dholbert MozReview-Commit-ID: 3DMqmrUlzrY
layout/reftests/moz.build
--- a/layout/reftests/moz.build
+++ b/layout/reftests/moz.build
@@ -270,21 +270,21 @@ with Files('transform/**'):
 with Files('transform-3d/**'):
     BUG_COMPONENT = ('Core', 'Layout')
 with Files('unicode/**'):
     BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
 with Files('view-source/**'):
     BUG_COMPONENT = ('Core', 'HTML: Parser')
 with Files('w3c-css/**'):
     BUG_COMPONENT = ('Core', 'Layout')
-with Files('w3c-css/received/css-conditional-3/**'):
+with Files('w3c-css/received/css-conditional/**'):
     BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
-with Files('w3c-css/received/css-namespaces-3/**'):
+with Files('w3c-css/received/css-namespaces/**'):
     BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
-with Files('w3c-css/received/css-values-3/**'):
+with Files('w3c-css/received/css-values/**'):
     BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
 with Files('w3c-css/submitted/conditional3/**'):
     BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
 with Files('w3c-css/submitted/css21/**'):
     BUG_COMPONENT = ('Core', 'Layout')
 with Files('w3c-css/submitted/flexbox/**'):
     BUG_COMPONENT = ('Core', 'Layout')
 with Files('w3c-css/submitted/fonts3/**'):