Home
last modified time | relevance | path

Searched refs:EXCLUDE_LIST (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py42 EXCLUDE_LIST = xml.dom.minidom.parse(EXCLUDED_FILENAME) variable
43 EXCLUDE_LIST = EXCLUDE_LIST.getElementsByTagName("test") variable
44 EXCLUDE_LIST = [x.getAttribute("id") for x in EXCLUDE_LIST] variable
201 if EXCLUDE_LIST.count(testName)==0:
H A Dtest262.py48 EXCLUDE_LIST = xml.dom.minidom.parse(EXCLUDED_FILENAME) variable
49 EXCLUDE_REASON = EXCLUDE_LIST.getElementsByTagName("reason")
50 EXCLUDE_LIST = EXCLUDE_LIST.getElementsByTagName("test") variable
51 EXCLUDE_LIST = [x.getAttribute("id") for x in EXCLUDE_LIST] variable
490 if EXCLUDE_LIST.count(basename) >= 1:
562 for x in range(len(EXCLUDE_LIST)):
563 if self.ShouldRun (unicode(EXCLUDE_LIST[x].encode('utf-8','ignore')), tests):
565 SkipCaseElement.attrib["classname"] = unicode(EXCLUDE_LIST[
[all...]
/third_party/notofonts/scripts/
H A Dbuild-site.py14 EXCLUDE_LIST = ["Arimo", "Cousine", "Tinos"] variable
93 for excluded in EXCLUDE_LIST:

Completed in 2 milliseconds