Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Side by Side Diff: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md

Issue 2866823002: bluetooth: README files updated to improve cross-linking. (Closed)
Patch Set: merge TOT Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Web Bluetooth Fuzzer 1 # Web Bluetooth Fuzzer
2 2
3 The Web Bluetooth Fuzzer generates test pages that can be run as layout tests. 3 The Web Bluetooth Fuzzer generates test pages that can be run as layout tests.
4 These pages consist of a sequence of calls to the Web Bluetooth API whose 4 These pages consist of a sequence of calls to the [Web Bluetooth API](../..)
5 purpose is to stress test the API's implementation and catch any bugs 5 whose purpose is to stress test the API's implementation and catch any bugs
6 or regressions. 6 or regressions.
7 7
8 This document describes the overall design of the fuzzer. 8 This document describes the overall design of the fuzzer.
9 9
10 [TOC] 10 [TOC]
11 11
12 ## Overview 12 ## Overview
13 To generate test pages the fuzzer performs the following steps: 13 To generate test pages the fuzzer performs the following steps:
14 14
15 1. Generate a test page that consists of a series of random calls to the API 15 1. Generate a test page that consists of a series of random calls to the API
(...skipping 12 matching lines...) Expand all
28 * `//src/third_party/WebKit/LayoutTests/resources` 28 * `//src/third_party/WebKit/LayoutTests/resources`
29 * `//src/testing/clusterfuzz/common` 29 * `//src/testing/clusterfuzz/common`
30 30
31 To ease development a setup.py script is included to copy over the necessary 31 To ease development a setup.py script is included to copy over the necessary
32 files to run the fuzzer locally. Additionally the script can be used to generate 32 files to run the fuzzer locally. Additionally the script can be used to generate
33 a .tar.bz2 file that can be uploaded to ClusterFuzz. To see the available 33 a .tar.bz2 file that can be uploaded to ClusterFuzz. To see the available
34 options, run: 34 options, run:
35 ```sh 35 ```sh
36 python setup.py -h 36 python setup.py -h
37 ``` 37 ```
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698