diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/afl.py | 4 | ||||
-rwxr-xr-x | tests/all.sh | 8 | ||||
-rw-r--r-- | tests/bc/errors/23.txt | bin | 0 -> 5141 bytes | |||
-rw-r--r-- | tests/bc/errors/24.txt | 9 | ||||
-rw-r--r-- | tests/bc/misc2.txt | 1 | ||||
-rw-r--r-- | tests/bc/misc2_results.txt | 5 | ||||
-rwxr-xr-x | tests/bc/timeconst.sh | 2 | ||||
-rw-r--r-- | tests/dc/errors/25.txt | 7 | ||||
-rw-r--r-- | tests/dc/errors/26.txt | 222 | ||||
-rw-r--r-- | tests/dc/errors/27.txt | 2 | ||||
-rw-r--r-- | tests/dc/errors/28.txt | 2 | ||||
-rw-r--r-- | tests/dc/errors/29.txt | 20 | ||||
-rw-r--r-- | tests/dc/stdin.txt | 1002 | ||||
-rw-r--r-- | tests/dc/stdin_results.txt | 1001 | ||||
-rwxr-xr-x | tests/errors.sh | 4 | ||||
-rwxr-xr-x | tests/radamsa.sh | 4 | ||||
-rwxr-xr-x | tests/randmath.py | 4 | ||||
-rwxr-xr-x | tests/read.sh | 4 | ||||
-rwxr-xr-x | tests/script.sh | 4 | ||||
-rwxr-xr-x | tests/scripts.sh | 4 | ||||
-rwxr-xr-x | tests/stdin.sh | 4 | ||||
-rwxr-xr-x | tests/test.sh | 4 |
22 files changed, 2295 insertions, 22 deletions
diff --git a/tests/afl.py b/tests/afl.py index a67e086c3dd1..ff3b9229c1c2 100755 --- a/tests/afl.py +++ b/tests/afl.py @@ -1,8 +1,8 @@ #! /usr/bin/python3 -B # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/all.sh b/tests/all.sh index bd39caf8dcbd..07fd346f04c5 100755 --- a/tests/all.sh +++ b/tests/all.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -138,6 +138,10 @@ printf '%s\n' "$halt" | "$exe" "$@" > /dev/null 2>&1 if [ "$d" = bc ]; then printf '%s\n' "quit" | "$exe" "$@" > /dev/null 2>&1 + two=$("$exe" "$@" -e 1+1 -e quit) + if [ "$two" != "2" ]; then + err_exit "$d failed a quit test" 1 + fi fi printf 'pass\n' diff --git a/tests/bc/errors/23.txt b/tests/bc/errors/23.txt Binary files differnew file mode 100644 index 000000000000..1a42997385ea --- /dev/null +++ b/tests/bc/errors/23.txt diff --git a/tests/bc/errors/24.txt b/tests/bc/errors/24.txt new file mode 100644 index 000000000000..0fbfe2762504 --- /dev/null +++ b/tests/bc/errors/24.txt @@ -0,0 +1,9 @@ +perm(10, 2) +comb(10, 2) +perm(6, 2) +comb(6, ++i[]) +} + +define m(*x[], *y[]) { + r@turn x[0]) +z
\ No newline at end of file diff --git a/tests/bc/misc2.txt b/tests/bc/misc2.txt index 7cf162435c1b..3b3aa683402c 100644 --- a/tests/bc/misc2.txt +++ b/tests/bc/misc2.txt @@ -87,6 +87,7 @@ if(x == 1) { for (;;) { 123 ; break; } for (i = 0;; ++i) { i ; if (i == 2) break; else i; } +for (i = 0;;!++i) { i ; if (i == 2) break; else i; } for (i = 0;; ++i) { i ; if (i != 2) i else break } while (i > 0) if (i == 1) break else i-- diff --git a/tests/bc/misc2_results.txt b/tests/bc/misc2_results.txt index 986a3a2a13e1..93b15e508170 100644 --- a/tests/bc/misc2_results.txt +++ b/tests/bc/misc2_results.txt @@ -47,6 +47,11 @@ zx16 1 1 2 +0 +0 +1 +1 +2 2 1 1 diff --git a/tests/bc/timeconst.sh b/tests/bc/timeconst.sh index 17e765d159ec..32e1e743d9e4 100755 --- a/tests/bc/timeconst.sh +++ b/tests/bc/timeconst.sh @@ -2,8 +2,6 @@ # # Copyright (c) 2018-2020 Gavin D. Howard and contributors. # -# All rights reserved. -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/tests/dc/errors/25.txt b/tests/dc/errors/25.txt new file mode 100644 index 000000000000..24740cab6f4c --- /dev/null +++ b/tests/dc/errors/25.txt @@ -0,0 +1,7 @@ +#! /bin/dc +0si[lid:rli1;rd:rli1;rpRli1+sili10>x]dsxx0sx0si +1 2 +si[lid:rli1;rd:rli1;rpRli1+sili10>x]dsxx0sx0si +1 2 +’ + diff --git a/tests/dc/errors/26.txt b/tests/dc/errors/26.txt new file mode 100644 index 000000000000..0d68e5db9454 --- /dev/null +++ b/tests/dc/errors/26.txt @@ -0,0 +1,222 @@ +0bpR +1bp0 +.23bpR +138963.9873645bpR +_19bpR +_.1298[li;i;rpRli1+sili10>x]dsxx0sx0si +1 2+p+p +3+p +4+p +5+p +6+p +7+p +8+p +9+p +10+p +11+p +12+p +13+p +14+p +15+p +16+p +17+p +18+p +19+p +20+p +21+0+p +71+o +72+p +73+p +74+p +75+p +22+p +23+p +24+p +25+p +26+p +27+p +28+p +29+p +30+p +31+p +32+p +33+p +34+p +35+p +36+p +37+p +38+p +39+p +40+1+p +42+p +43+p +44+p +45+p +46+p +47+p +48+p +49+p +50+p +51+p +52+p +53+p +54+p +55+p +56+p +57+p +58+p +59+p +60+p +61+p +60bpR +1bp0 +.23bpR +138963.9873645bpR +_19bpR +_.1298[li;i;rpRli1+sili10>x]dsxx0sx0si +1 2+p+p +3+p +4+p +5+p +6+p +7+p +8+p +9+p +10+p +11+p +12+p +13+p +14+p +15+p +16+p +17+p +18+p +19+p +20+p +21+0+p +71+o +72+p +73+p +74+p +75+p +22+p +23+p +24+p +25+p +26+p +27+p +28+p +29+p +30+p +31+p +32+p +33+p +34+p +35+p +36+p +37+p +38+p +39+p +40+1+p +42+p +43+p +44+p +45+p +46+p +47+p +48+p +49+p +50+p +51+p +52+p +53+p +54+p +55+p +56+p +57+p +58+p +59+p +60+p +61+p +62+p +63+p +64+p +65+p +66+p +67 +73+p +74+p +75+p +76+p +77+p +78+p +79+p +80+p +Č1+p +82+p +83+p +84+p +85+pē86+p +87+p +88+p +89+p +90+p +91+p +92+p +93+p +94+p +95+p +96+p +97+p +98+p +99+p +100+p +101+p +102+p +103+p +104+p +105+p +106+p +107+p +108+p +1093+p2+p +63+p +64+p +65+p +66+p +67 +73+p +74+p +75+p +76+p +77+p +78+p +79+pž80+p +81+p +82+p +83+p +84+p +85+pē86+p +87+p +88+p +89+p +90+p +91+p +92+p +93+p +94+p +95+p +96+p +97+p +98+p +99+p +100+p +101+p +102+p +103+p +304+p +105+p +106+p +107+p +108+p +1093+p diff --git a/tests/dc/errors/27.txt b/tests/dc/errors/27.txt new file mode 100644 index 000000000000..32a3088db8aa --- /dev/null +++ b/tests/dc/errors/27.txt @@ -0,0 +1,2 @@ +" 1(pR,129bp\ + diff --git a/tests/dc/errors/28.txt b/tests/dc/errors/28.txt new file mode 100644 index 000000000000..b6dd1d3695cb --- /dev/null +++ b/tests/dc/errors/28.txt @@ -0,0 +1,2 @@ +15 4%0:i [2nd] 1:b 0;C p 1;b0:b [2nd] 1:b 0;b p 1;b~~~b 0;b p 1;b~~~0k +1 diff --git a/tests/dc/errors/29.txt b/tests/dc/errors/29.txt new file mode 100644 index 000000000000..696260536798 --- /dev/null +++ b/tests/dc/errors/29.txt @@ -0,0 +1,20 @@ +15 4%0:b [2nd] 1:b 0;b 1;b X + 27239 1%pR +3460:b [2nd] 1:b 0;b p bpR +.2 1%pR +6 4%pR +15 4%0:b [2nd] 1:b 0;b p 1;b X + 27239 1%pR +b 0;b p 1;b2 +1bpb [2nd] 1:u 0;b p 1;b X + 2 +[1st] 0:b [2nd] 1:b 0;b p S;b p +[string]XpR +[3 4^p]silix +[[[q 1 3+pR]Ś]x]x4 5^pR +4xpR +5 112ax 90ax 112ax 82ax + pR +[q\\] pR +[\\] pR +92 a pR diff --git a/tests/dc/stdin.txt b/tests/dc/stdin.txt index e7a575207f69..1cf64f9fc740 100644 --- a/tests/dc/stdin.txt +++ b/tests/dc/stdin.txt @@ -1,3 +1,1005 @@ 0si[lid:rli1+sili10>x]dsxxli1-si[li;rpRli1-sili0!>x]dsxxli1+si[li;rpRli1+sili10>x]dsxx0sx0si 1 2+p [foo] +0 +1+p +2+p +3+p +4+p +5+p +6+p +7+p +8+p +9+p +10+p +11+p +12+p +13+p +14+p +15+p +16+p +17+p +18+p +19+p +20+p +21+p +22+p +23+p +24+p +25+p +26+p +27+p +28+p +29+p +30+p +31+p +32+p +33+p +34+p +35+p +36+p +37+p +38+p +39+p +40+p +41+p +42+p +43+p +44+p +45+p +46+p +47+p +48+p +49+p +50+p +51+p +52+p +53+p +54+p +55+p +56+p +57+p +58+p +59+p +60+p +61+p +62+p +63+p +64+p +65+p +66+p +67+p +68+p +69+p +70+p +71+p +72+p +73+p +74+p +75+p +76+p +77+p +78+p +79+p +80+p +81+p +82+p +83+p +84+p +85+p +86+p +87+p +88+p +89+p +90+p +91+p +92+p +93+p +94+p +95+p +96+p +97+p +98+p +99+p +100+p +101+p +102+p +103+p +104+p +105+p +106+p +107+p +108+p +109+p +110+p +111+p +112+p +113+p +114+p +115+p +116+p +117+p +118+p +119+p +120+p +121+p +122+p +123+p +124+p +125+p +126+p +127+p +128+p +129+p +130+p +131+p +132+p +133+p +134+p +135+p +136+p +137+p +138+p +139+p +140+p +141+p +142+p +143+p +144+p +145+p +146+p +147+p +148+p +149+p +150+p +151+p +152+p +153+p +154+p +155+p +156+p +157+p +158+p +159+p +160+p +161+p +162+p +163+p +164+p +165+p +166+p +167+p +168+p +169+p +170+p +171+p +172+p +173+p +174+p +175+p +176+p +177+p +178+p +179+p +180+p +181+p +182+p +183+p +184+p +185+p +186+p +187+p +188+p +189+p +190+p +191+p +192+p +193+p +194+p +195+p +196+p +197+p +198+p +199+p +200+p +201+p +202+p +203+p +204+p +205+p +206+p +207+p +208+p +209+p +210+p +211+p +212+p +213+p +214+p +215+p +216+p +217+p +218+p +219+p +220+p +221+p +222+p +223+p +224+p +225+p +226+p +227+p +228+p +229+p +230+p +231+p +232+p +233+p +234+p +235+p +236+p +237+p +238+p +239+p +240+p +241+p +242+p +243+p +244+p +245+p +246+p +247+p +248+p +249+p +250+p +251+p +252+p +253+p +254+p +255+p +256+p +257+p +258+p +259+p +260+p +261+p +262+p +263+p +264+p +265+p +266+p +267+p +268+p +269+p +270+p +271+p +272+p +273+p +274+p +275+p +276+p +277+p +278+p +279+p +280+p +281+p +282+p +283+p +284+p +285+p +286+p +287+p +288+p +289+p +290+p +291+p +292+p +293+p +294+p +295+p +296+p +297+p +298+p +299+p +300+p +301+p +302+p +303+p +304+p +305+p +306+p +307+p +308+p +309+p +310+p +311+p +312+p +313+p +314+p +315+p +316+p +317+p +318+p +319+p +320+p +321+p +322+p +323+p +324+p +325+p +326+p +327+p +328+p +329+p +330+p +331+p +332+p +333+p +334+p +335+p +336+p +337+p +338+p +339+p +340+p +341+p +342+p +343+p +344+p +345+p +346+p +347+p +348+p +349+p +350+p +351+p +352+p +353+p +354+p +355+p +356+p +357+p +358+p +359+p +360+p +361+p +362+p +363+p +364+p +365+p +366+p +367+p +368+p +369+p +370+p +371+p +372+p +373+p +374+p +375+p +376+p +377+p +378+p +379+p +380+p +381+p +382+p +383+p +384+p +385+p +386+p +387+p +388+p +389+p +390+p +391+p +392+p +393+p +394+p +395+p +396+p +397+p +398+p +399+p +400+p +401+p +402+p +403+p +404+p +405+p +406+p +407+p +408+p +409+p +410+p +411+p +412+p +413+p +414+p +415+p +416+p +417+p +418+p +419+p +420+p +421+p +422+p +423+p +424+p +425+p +426+p +427+p +428+p +429+p +430+p +431+p +432+p +433+p +434+p +435+p +436+p +437+p +438+p +439+p +440+p +441+p +442+p +443+p +444+p +445+p +446+p +447+p +448+p +449+p +450+p +451+p +452+p +453+p +454+p +455+p +456+p +457+p +458+p +459+p +460+p +461+p +462+p +463+p +464+p +465+p +466+p +467+p +468+p +469+p +470+p +471+p +472+p +473+p +474+p +475+p +476+p +477+p +478+p +479+p +480+p +481+p +482+p +483+p +484+p +485+p +486+p +487+p +488+p +489+p +490+p +491+p +492+p +493+p +494+p +495+p +496+p +497+p +498+p +499+p +500+p +501+p +502+p +503+p +504+p +505+p +506+p +507+p +508+p +509+p +510+p +511+p +512+p +513+p +514+p +515+p +516+p +517+p +518+p +519+p +520+p +521+p +522+p +523+p +524+p +525+p +526+p +527+p +528+p +529+p +530+p +531+p +532+p +533+p +534+p +535+p +536+p +537+p +538+p +539+p +540+p +541+p +542+p +543+p +544+p +545+p +546+p +547+p +548+p +549+p +550+p +551+p +552+p +553+p +554+p +555+p +556+p +557+p +558+p +559+p +560+p +561+p +562+p +563+p +564+p +565+p +566+p +567+p +568+p +569+p +570+p +571+p +572+p +573+p +574+p +575+p +576+p +577+p +578+p +579+p +580+p +581+p +582+p +583+p +584+p +585+p +586+p +587+p +588+p +589+p +590+p +591+p +592+p +593+p +594+p +595+p +596+p +597+p +598+p +599+p +600+p +601+p +602+p +603+p +604+p +605+p +606+p +607+p +608+p +609+p +610+p +611+p +612+p +613+p +614+p +615+p +616+p +617+p +618+p +619+p +620+p +621+p +622+p +623+p +624+p +625+p +626+p +627+p +628+p +629+p +630+p +631+p +632+p +633+p +634+p +635+p +636+p +637+p +638+p +639+p +640+p +641+p +642+p +643+p +644+p +645+p +646+p +647+p +648+p +649+p +650+p +651+p +652+p +653+p +654+p +655+p +656+p +657+p +658+p +659+p +660+p +661+p +662+p +663+p +664+p +665+p +666+p +667+p +668+p +669+p +670+p +671+p +672+p +673+p +674+p +675+p +676+p +677+p +678+p +679+p +680+p +681+p +682+p +683+p +684+p +685+p +686+p +687+p +688+p +689+p +690+p +691+p +692+p +693+p +694+p +695+p +696+p +697+p +698+p +699+p +700+p +701+p +702+p +703+p +704+p +705+p +706+p +707+p +708+p +709+p +710+p +711+p +712+p +713+p +714+p +715+p +716+p +717+p +718+p +719+p +720+p +721+p +722+p +723+p +724+p +725+p +726+p +727+p +728+p +729+p +730+p +731+p +732+p +733+p +734+p +735+p +736+p +737+p +738+p +739+p +740+p +741+p +742+p +743+p +744+p +745+p +746+p +747+p +748+p +749+p +750+p +751+p +752+p +753+p +754+p +755+p +756+p +757+p +758+p +759+p +760+p +761+p +762+p +763+p +764+p +765+p +766+p +767+p +768+p +769+p +770+p +771+p +772+p +773+p +774+p +775+p +776+p +777+p +778+p +779+p +780+p +781+p +782+p +783+p +784+p +785+p +786+p +787+p +788+p +789+p +790+p +791+p +792+p +793+p +794+p +795+p +796+p +797+p +798+p +799+p +800+p +801+p +802+p +803+p +804+p +805+p +806+p +807+p +808+p +809+p +810+p +811+p +812+p +813+p +814+p +815+p +816+p +817+p +818+p +819+p +820+p +821+p +822+p +823+p +824+p +825+p +826+p +827+p +828+p +829+p +830+p +831+p +832+p +833+p +834+p +835+p +836+p +837+p +838+p +839+p +840+p +841+p +842+p +843+p +844+p +845+p +846+p +847+p +848+p +849+p +850+p +851+p +852+p +853+p +854+p +855+p +856+p +857+p +858+p +859+p +860+p +861+p +862+p +863+p +864+p +865+p +866+p +867+p +868+p +869+p +870+p +871+p +872+p +873+p +874+p +875+p +876+p +877+p +878+p +879+p +880+p +881+p +882+p +883+p +884+p +885+p +886+p +887+p +888+p +889+p +890+p +891+p +892+p +893+p +894+p +895+p +896+p +897+p +898+p +899+p +900+p +901+p +902+p +903+p +904+p +905+p +906+p +907+p +908+p +909+p +910+p +911+p +912+p +913+p +914+p +915+p +916+p +917+p +918+p +919+p +920+p +921+p +922+p +923+p +924+p +925+p +926+p +927+p +928+p +929+p +930+p +931+p +932+p +933+p +934+p +935+p +936+p +937+p +938+p +939+p +940+p +941+p +942+p +943+p +944+p +945+p +946+p +947+p +948+p +949+p +950+p +951+p +952+p +953+p +954+p +955+p +956+p +957+p +958+p +959+p +960+p +961+p +962+p +963+p +964+p +965+p +966+p +967+p +968+p +969+p +970+p +971+p +972+p +973+p +974+p +975+p +976+p +977+p +978+p +979+p +980+p +981+p +982+p +983+p +984+p +985+p +986+p +987+p +988+p +989+p +990+p +991+p +992+p +993+p +994+p +995+p +996+p +997+p +998+p +999+p +1000+p +p diff --git a/tests/dc/stdin_results.txt b/tests/dc/stdin_results.txt index 52f23dbb4a90..56a33e5cf82d 100644 --- a/tests/dc/stdin_results.txt +++ b/tests/dc/stdin_results.txt @@ -19,3 +19,1004 @@ 8 9 3 +1 +3 +6 +10 +15 +21 +28 +36 +45 +55 +66 +78 +91 +105 +120 +136 +153 +171 +190 +210 +231 +253 +276 +300 +325 +351 +378 +406 +435 +465 +496 +528 +561 +595 +630 +666 +703 +741 +780 +820 +861 +903 +946 +990 +1035 +1081 +1128 +1176 +1225 +1275 +1326 +1378 +1431 +1485 +1540 +1596 +1653 +1711 +1770 +1830 +1891 +1953 +2016 +2080 +2145 +2211 +2278 +2346 +2415 +2485 +2556 +2628 +2701 +2775 +2850 +2926 +3003 +3081 +3160 +3240 +3321 +3403 +3486 +3570 +3655 +3741 +3828 +3916 +4005 +4095 +4186 +4278 +4371 +4465 +4560 +4656 +4753 +4851 +4950 +5050 +5151 +5253 +5356 +5460 +5565 +5671 +5778 +5886 +5995 +6105 +6216 +6328 +6441 +6555 +6670 +6786 +6903 +7021 +7140 +7260 +7381 +7503 +7626 +7750 +7875 +8001 +8128 +8256 +8385 +8515 +8646 +8778 +8911 +9045 +9180 +9316 +9453 +9591 +9730 +9870 +10011 +10153 +10296 +10440 +10585 +10731 +10878 +11026 +11175 +11325 +11476 +11628 +11781 +11935 +12090 +12246 +12403 +12561 +12720 +12880 +13041 +13203 +13366 +13530 +13695 +13861 +14028 +14196 +14365 +14535 +14706 +14878 +15051 +15225 +15400 +15576 +15753 +15931 +16110 +16290 +16471 +16653 +16836 +17020 +17205 +17391 +17578 +17766 +17955 +18145 +18336 +18528 +18721 +18915 +19110 +19306 +19503 +19701 +19900 +20100 +20301 +20503 +20706 +20910 +21115 +21321 +21528 +21736 +21945 +22155 +22366 +22578 +22791 +23005 +23220 +23436 +23653 +23871 +24090 +24310 +24531 +24753 +24976 +25200 +25425 +25651 +25878 +26106 +26335 +26565 +26796 +27028 +27261 +27495 +27730 +27966 +28203 +28441 +28680 +28920 +29161 +29403 +29646 +29890 +30135 +30381 +30628 +30876 +31125 +31375 +31626 +31878 +32131 +32385 +32640 +32896 +33153 +33411 +33670 +33930 +34191 +34453 +34716 +34980 +35245 +35511 +35778 +36046 +36315 +36585 +36856 +37128 +37401 +37675 +37950 +38226 +38503 +38781 +39060 +39340 +39621 +39903 +40186 +40470 +40755 +41041 +41328 +41616 +41905 +42195 +42486 +42778 +43071 +43365 +43660 +43956 +44253 +44551 +44850 +45150 +45451 +45753 +46056 +46360 +46665 +46971 +47278 +47586 +47895 +48205 +48516 +48828 +49141 +49455 +49770 +50086 +50403 +50721 +51040 +51360 +51681 +52003 +52326 +52650 +52975 +53301 +53628 +53956 +54285 +54615 +54946 +55278 +55611 +55945 +56280 +56616 +56953 +57291 +57630 +57970 +58311 +58653 +58996 +59340 +59685 +60031 +60378 +60726 +61075 +61425 +61776 +62128 +62481 +62835 +63190 +63546 +63903 +64261 +64620 +64980 +65341 +65703 +66066 +66430 +66795 +67161 +67528 +67896 +68265 +68635 +69006 +69378 +69751 +70125 +70500 +70876 +71253 +71631 +72010 +72390 +72771 +73153 +73536 +73920 +74305 +74691 +75078 +75466 +75855 +76245 +76636 +77028 +77421 +77815 +78210 +78606 +79003 +79401 +79800 +80200 +80601 +81003 +81406 +81810 +82215 +82621 +83028 +83436 +83845 +84255 +84666 +85078 +85491 +85905 +86320 +86736 +87153 +87571 +87990 +88410 +88831 +89253 +89676 +90100 +90525 +90951 +91378 +91806 +92235 +92665 +93096 +93528 +93961 +94395 +94830 +95266 +95703 +96141 +96580 +97020 +97461 +97903 +98346 +98790 +99235 +99681 +100128 +100576 +101025 +101475 +101926 +102378 +102831 +103285 +103740 +104196 +104653 +105111 +105570 +106030 +106491 +106953 +107416 +107880 +108345 +108811 +109278 +109746 +110215 +110685 +111156 +111628 +112101 +112575 +113050 +113526 +114003 +114481 +114960 +115440 +115921 +116403 +116886 +117370 +117855 +118341 +118828 +119316 +119805 +120295 +120786 +121278 +121771 +122265 +122760 +123256 +123753 +124251 +124750 +125250 +125751 +126253 +126756 +127260 +127765 +128271 +128778 +129286 +129795 +130305 +130816 +131328 +131841 +132355 +132870 +133386 +133903 +134421 +134940 +135460 +135981 +136503 +137026 +137550 +138075 +138601 +139128 +139656 +140185 +140715 +141246 +141778 +142311 +142845 +143380 +143916 +144453 +144991 +145530 +146070 +146611 +147153 +147696 +148240 +148785 +149331 +149878 +150426 +150975 +151525 +152076 +152628 +153181 +153735 +154290 +154846 +155403 +155961 +156520 +157080 +157641 +158203 +158766 +159330 +159895 +160461 +161028 +161596 +162165 +162735 +163306 +163878 +164451 +165025 +165600 +166176 +166753 +167331 +167910 +168490 +169071 +169653 +170236 +170820 +171405 +171991 +172578 +173166 +173755 +174345 +174936 +175528 +176121 +176715 +177310 +177906 +178503 +179101 +179700 +180300 +180901 +181503 +182106 +182710 +183315 +183921 +184528 +185136 +185745 +186355 +186966 +187578 +188191 +188805 +189420 +190036 +190653 +191271 +191890 +192510 +193131 +193753 +194376 +195000 +195625 +196251 +196878 +197506 +198135 +198765 +199396 +200028 +200661 +201295 +201930 +202566 +203203 +203841 +204480 +205120 +205761 +206403 +207046 +207690 +208335 +208981 +209628 +210276 +210925 +211575 +212226 +212878 +213531 +214185 +214840 +215496 +216153 +216811 +217470 +218130 +218791 +219453 +220116 +220780 +221445 +222111 +222778 +223446 +224115 +224785 +225456 +226128 +226801 +227475 +228150 +228826 +229503 +230181 +230860 +231540 +232221 +232903 +233586 +234270 +234955 +235641 +236328 +237016 +237705 +238395 +239086 +239778 +240471 +241165 +241860 +242556 +243253 +243951 +244650 +245350 +246051 +246753 +247456 +248160 +248865 +249571 +250278 +250986 +251695 +252405 +253116 +253828 +254541 +255255 +255970 +256686 +257403 +258121 +258840 +259560 +260281 +261003 +261726 +262450 +263175 +263901 +264628 +265356 +266085 +266815 +267546 +268278 +269011 +269745 +270480 +271216 +271953 +272691 +273430 +274170 +274911 +275653 +276396 +277140 +277885 +278631 +279378 +280126 +280875 +281625 +282376 +283128 +283881 +284635 +285390 +286146 +286903 +287661 +288420 +289180 +289941 +290703 +291466 +292230 +292995 +293761 +294528 +295296 +296065 +296835 +297606 +298378 +299151 +299925 +300700 +301476 +302253 +303031 +303810 +304590 +305371 +306153 +306936 +307720 +308505 +309291 +310078 +310866 +311655 +312445 +313236 +314028 +314821 +315615 +316410 +317206 +318003 +318801 +319600 +320400 +321201 +322003 +322806 +323610 +324415 +325221 +326028 +326836 +327645 +328455 +329266 +330078 +330891 +331705 +332520 +333336 +334153 +334971 +335790 +336610 +337431 +338253 +339076 +339900 +340725 +341551 +342378 +343206 +344035 +344865 +345696 +346528 +347361 +348195 +349030 +349866 +350703 +351541 +352380 +353220 +354061 +354903 +355746 +356590 +357435 +358281 +359128 +359976 +360825 +361675 +362526 +363378 +364231 +365085 +365940 +366796 +367653 +368511 +369370 +370230 +371091 +371953 +372816 +373680 +374545 +375411 +376278 +377146 +378015 +378885 +379756 +380628 +381501 +382375 +383250 +384126 +385003 +385881 +386760 +387640 +388521 +389403 +390286 +391170 +392055 +392941 +393828 +394716 +395605 +396495 +397386 +398278 +399171 +400065 +400960 +401856 +402753 +403651 +404550 +405450 +406351 +407253 +408156 +409060 +409965 +410871 +411778 +412686 +413595 +414505 +415416 +416328 +417241 +418155 +419070 +419986 +420903 +421821 +422740 +423660 +424581 +425503 +426426 +427350 +428275 +429201 +430128 +431056 +431985 +432915 +433846 +434778 +435711 +436645 +437580 +438516 +439453 +440391 +441330 +442270 +443211 +444153 +445096 +446040 +446985 +447931 +448878 +449826 +450775 +451725 +452676 +453628 +454581 +455535 +456490 +457446 +458403 +459361 +460320 +461280 +462241 +463203 +464166 +465130 +466095 +467061 +468028 +468996 +469965 +470935 +471906 +472878 +473851 +474825 +475800 +476776 +477753 +478731 +479710 +480690 +481671 +482653 +483636 +484620 +485605 +486591 +487578 +488566 +489555 +490545 +491536 +492528 +493521 +494515 +495510 +496506 +497503 +498501 +499500 +500500 +500500 diff --git a/tests/errors.sh b/tests/errors.sh index dd38b5d28c6b..17c84ca24ef3 100755 --- a/tests/errors.sh +++ b/tests/errors.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/radamsa.sh b/tests/radamsa.sh index 3d7c763c5827..537ee10255c3 100755 --- a/tests/radamsa.sh +++ b/tests/radamsa.sh @@ -1,8 +1,8 @@ #! /bin/bash # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/randmath.py b/tests/randmath.py index f350ef357f6b..7f14a345be3e 100755 --- a/tests/randmath.py +++ b/tests/randmath.py @@ -1,8 +1,8 @@ #! /usr/bin/python3 -B # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/read.sh b/tests/read.sh index 635291221465..0440a078d36c 100755 --- a/tests/read.sh +++ b/tests/read.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/script.sh b/tests/script.sh index 4d1b2354f42c..279295829f75 100755 --- a/tests/script.sh +++ b/tests/script.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/scripts.sh b/tests/scripts.sh index 13932fc4db17..ff17260c909c 100755 --- a/tests/scripts.sh +++ b/tests/scripts.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/stdin.sh b/tests/stdin.sh index cfd45805face..7b821d749ba9 100755 --- a/tests/stdin.sh +++ b/tests/stdin.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/tests/test.sh b/tests/test.sh index a8e7ddeb9f63..20f95413597b 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,8 +1,8 @@ #! /bin/sh # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# SPDX-License-Identifier: BSD-2-Clause # -# All rights reserved. +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: |