Skip to content

Commit 5f86130

Browse files
committed
classify NXP failures
1 parent d4aeb56 commit 5f86130

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

ci/script.sh

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -403,29 +403,30 @@ main() {
403403
# test_svd LPC13Uxx_v1
404404
# test_svd LPC15xx_v0.7
405405
# test_svd LPC800_v0.3
406+
# test_svd LPC11E6x_v0.8
407+
# test_svd LPC176x5x_v0.2
408+
# test_svd LPC11Cxx_v9
406409

407410
# BAD-SVD missing resetValue
408411
# test_svd LPC178x_7x
409412
# test_svd LPC178x_7x_v0.8
410413
# test_svd LPC408x_7x_v0.7
411414
# test_svd LPC11Axxv0.6
412415

413-
# OK
414-
test_svd LPC11E6x_v0.8
415-
test_svd LPC176x5x_v0.2
416-
test_svd LPC5410x_v0.4
417-
418-
# FIXME(???) "expected identifier, found `_`"
419-
# test_svd LPC1102_4_v4
420-
421-
# FIXME(???) "a type named `RESERVED_` has already been defined in this enum"
422-
# test_svd LPC11Cxx_v9
423416

424-
# FIXME(???) "expected one of `(`, `,`, `=`, `{`, or `}`, found `.``)`"
417+
# BAD-SVD bad identifier: contains a '.'
425418
# test_svd LPC11D14_svd_v4
426419
# test_svd LPC13xx_svd_v1
420+
421+
# BAD-SVD bad identifier: contains a '/'
427422
# test_svd LPC18xx_svd_v18
428423
# test_svd LPC43xx_svd_v5
424+
425+
# BAD-SVD uses the identifier '_' to name a reserved bitfield value
426+
# test_svd LPC1102_4_v4
427+
428+
# FIXME(#99) "duplicate definitions with name `is_set`"
429+
# test_svd LPC5410x_v0.4
429430
;;
430431

431432
SiliconLabs)

0 commit comments

Comments
 (0)