mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1478854 - Disable tests for uncomplete JSScript and inner LazyScript in ccov. r=nbp
This commit is contained in:
parent
bd066354c6
commit
1208955167
@ -266,6 +266,11 @@ def main(argv):
|
||||
# to be off when it starts.
|
||||
options.exclude += [os.path.join('debug', 'Script-getOffsetsCoverage-02.js')]
|
||||
|
||||
# These tests expect functions to be parsed lazily, but lazy parsing
|
||||
# is disabled on coverage build.
|
||||
options.exclude += [os.path.join('debug', 'Debugger-findScripts-uncompleted-01.js')]
|
||||
options.exclude += [os.path.join('debug', 'Debugger-findScripts-uncompleted-02.js')]
|
||||
|
||||
if options.exclude_from:
|
||||
with open(options.exclude_from) as fh:
|
||||
for line in fh:
|
||||
|
Loading…
Reference in New Issue
Block a user