https://codereview.chromium.org/67763007/diff/1/test/benchmarks/testcfg.py
File test/benchmarks/testcfg.py (right):
https://codereview.chromium.org/67763007/diff/1/test/benchmarks/testcfg.py#newcode68
test/benchmarks/testcfg.py:68: "octane/gbemu-part2",
Nope, this doesn't do what you want. Skip this entry, keep only
gbemu-part1, and see my comment below at GetFlagsForTestCase.
https://codereview.chromium.org/67763007/diff/1/test/benchmarks/testcfg.py#newcode76
test/benchmarks/testcfg.py:76:
please add typescript and zlib too.
https://codereview.chromium.org/67763007/diff/1/test/benchmarks/testcfg.py#newcode113
test/benchmarks/testcfg.py:113:
result.append(os.path.join(self.testroot, "octane/base.js"))
you'll need more special-casing here to support multi-file tests:
if testcase.path.startswith("octane/gbemu"):
result.append(..., "octane/gbemu-part2.js"))
elif testcase.path.startswith("octane/typescript"):
result.append(..., "octane/typescript-compiler.js"))
result.append(..., "octane/typescript-input.js"))
elif testcase.path.startswith("octane/zlib"):
result.append(..., "octane/zlib-data.js")
https://codereview.chromium.org/67763007/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.