Commit dec5afdd authored by Ovidio Henriquez's avatar Ovidio Henriquez Committed by Commit Bot

bluetooth: Fix clusterfuzz presubmit script

This change fixes the Bluetooth clusterfuzz presubmit script by updating
the setup to use the new location of the bluetooth-helpers.js file. This
file was moved to wpt/ to allow Bluetooth tests to be migrated to wpt/.

Bug: 841656
Change-Id: I7e83b90a1be86963ed36014861179dd281ae1fb8
Reviewed-on: https://chromium-review.googlesource.com/1063123Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Ovidio Henriquez <odejesush@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559532}
parent 87feef2c
......@@ -23,13 +23,15 @@ SRC_PATH = os.path.join(
os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir)
LAYOUT_TESTS_RESOURCES_PATH = os.path.join(
SRC_PATH, 'third_party', 'WebKit', 'LayoutTests', 'resources')
WEB_PLATFORM_TESTS_RESOURCES_PATH = os.path.join(
SRC_PATH, 'third_party', 'WebKit', 'LayoutTests', 'external', 'wpt',
'bluetooth', 'resources')
COMMON_FUZZER_RESOURCES_PATH = os.path.join(
SRC_PATH, 'testing', 'clusterfuzz', 'common')
RESOURCES = [
os.path.join(LAYOUT_TESTS_RESOURCES_PATH, 'testharness.js'),
os.path.join(LAYOUT_TESTS_RESOURCES_PATH, 'testharnessreport.js'),
os.path.join(LAYOUT_TESTS_RESOURCES_PATH, 'bluetooth',
'bluetooth-helpers.js'),
os.path.join(WEB_PLATFORM_TESTS_RESOURCES_PATH, 'bluetooth-helpers.js'),
os.path.join(COMMON_FUZZER_RESOURCES_PATH, 'fuzzy_types.py'),
os.path.join(COMMON_FUZZER_RESOURCES_PATH, 'utils.py'),
os.path.join(COMMON_FUZZER_RESOURCES_PATH, '__init__.py'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment