diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-01-17 14:48:14 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-01-17 14:48:14 -0500 |
commit | 561a2476a800c02bf5a1e7720002e17699fcaf27 (patch) | |
tree | 17033b5cdd4068d9ffd473ef4c9198eb4a3dcd13 /exception_lists | |
parent | b8d49375cbab0970a3b107033295c5b9bb878033 (diff) | |
parent | cad3f045f59651045c4a2f7a7e0ca632c3d5c433 (diff) | |
download | illumos-joyent-561a2476a800c02bf5a1e7720002e17699fcaf27.tar.gz |
[illumos-gate merge]
commit cad3f045f59651045c4a2f7a7e0ca632c3d5c433
14406 os-tests: definit test entry incorrect
commit 10d62c2d611bc06a99db9c4a1d96f67561b16687
14289 cxgbe: update firmware version to 1.26.4.0
commit 39c0b5e4200a84f97338ca1d3c81e5f81af49f70
14366 list_is_vga_only() can't handle empty memlists
commit e0cd43fe10732fee98e49dcb194f13ded2d5b660
14365 memlist_insert() throws memlists away with empty lists
commit 7a58f53801acca2cd594b9ecb75bf926e4fb3eda
14317 mdb misprints certain bitfields
6461 mdb incorrectly prints byte-sized things at a bit-offset
14316 want means to leverage ctfconvert in one go in the build
commit f32691c936d40863e9f2c96ce452c6208bd056f2
14269 mdb could support separators in numbers
commit fff59a0859385717fd41a0edf704de81c340ad00
14288 mdbtest finds no tests when invoked by test runner
commit 097e441f24cafd9118111f7b1b6ca3f00e5bb03f
14238 Remove vestigial mcfg related pieces
commit d327dbeacda682ba3d4efc9b451baa429ba8830c
14398 consolidate bhyve tests
Conflicts:
usr/src/cmd/bhyve/test/Makefile.com
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/copyright | 7 | ||||
-rw-r--r-- | exception_lists/wscheck | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/exception_lists/copyright b/exception_lists/copyright index 90b48545bc..aa66a27c52 100644 --- a/exception_lists/copyright +++ b/exception_lists/copyright @@ -599,3 +599,10 @@ usr/src/lib/libvmmapi/README.license usr/src/uts/i86pc/io/vmm/README.license usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE usr/src/uts/i86pc/io/viona/THIRDPARTYLICENSE.descrip + +# +# Various bits from the mdb test suite that represent literal input to +# mdb. +# +usr/src/test/util-tests/tests/mdb/*/*.mdb +usr/src/test/util-tests/tests/mdb/*/*.out diff --git a/exception_lists/wscheck b/exception_lists/wscheck index f6903f7358..90e43bba23 100644 --- a/exception_lists/wscheck +++ b/exception_lists/wscheck @@ -187,3 +187,9 @@ usr/src/cmd/bhyvectl/bhyvectl.c usr/src/contrib/bhyve/* usr/src/lib/libvmmapi/common/vmmapi.[ch] usr/src/lib/lib9p/common/* + +# +# These bits form the mdb test suite are all literal output from mdb and +# therefore trailing spaces may be part of what mdb does today. +# +usr/src/test/util-tests/tests/mdb/*/*.mdb.out |