• Home
Name Date Size #Lines LOC

..--

114431182D03-May-2024657 1612

116495682_1D03-May-202417 KiB342266

126169642D03-May-20241.1 KiB2319

134172128D03-May-2024953 3129

143431863D03-May-20241.6 KiB3526

145684916D03-May-2024978 2519

149757877D03-May-20242.5 KiB5553

149962816D03-May-2024801 1814

149962877D03-May-2024790 2116

150245846D03-May-2024894 2221

150280258D03-May-2024725 1917

150310130D03-May-2024833 1918

151151704D03-May-202422.8 KiB448359

151882032D03-May-20241.7 KiB3231

153757612D03-May-20241.3 KiB2827

153891703D03-May-20241.6 KiB3024

154718864D03-May-20241.3 KiB2826

154985893D03-May-20241.4 KiB3127

155506346D03-May-2024976 2117

155578201D03-May-20241.4 KiB3231

155689090D03-May-20242 KiB4334

156414349D03-May-2024766 2318

157091836D03-May-20249.2 KiB204200

157513579_1D03-May-202410 KiB179152

157921572D03-May-2024662 1816

159389429_08D03-May-20241.1 KiB2819

159389429_16D03-May-20241.1 KiB2921

159389429_17D03-May-2024841 2826

159389429_18D03-May-20241.6 KiB3231

159389429_20D03-May-2024762 1914

159475529_1D03-May-2024862 2217

159475529_2D03-May-202420.8 KiB539467

159478550D03-May-20242.1 KiB4644

160997543D03-May-20241.1 KiB2117

161236205D03-May-20241.6 KiB3226

168158647D03-May-20241.1 KiB2721

187845184D03-May-202445.6 KiB899742

210161427_1D03-May-202450 33

210161427_2D03-May-202477 43

211020120D03-May-202442.8 KiB824692

214120190D03-May-2024933 2120

README.mdD03-May-2024819 2417

README.md

1# Scenarios
2
3Test scenarios are files with a predefined structure for running tests.
4
5A scenario should have some text describing what is being tested and why.
6Following the description, the keyword EXPECTED followed by a colon and a
7comma-separated list of expected licenses should appear, concluding with an
8endline. All remaining content in the file is passed as input to the classifier.
9
10Filenames are generally the Buganizer id, suffixed with an underscore and
11numbers if there are multiple scenarios necessary for a bug.
12
13As an example:
14
15```
16This is a simple license header that we did not previously detect due
17to b/12345
18EXPECTED:ISC
19<code content goes here>
20```
21
22Scenarios should not be encumbered by license restrictions, so it's essential to
23create a minimal reproduction that doesn't rely on licensed code.
24