File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ignore_str='error: debugfs write failed to idle -16'
1010
1111# Generic systemd error
1212# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
13- ignore_str=" $ignore_str " ' |systemd * : Dependency failed *'
13+ ignore_str=" $ignore_str " ' |systemd\[.*\] : Dependency failed . *'
1414
1515# Generic initramfs error
1616# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
@@ -19,12 +19,16 @@ ignore_str="$ignore_str"'|Initramfs unpacking failed: Decoding failed'
1919# Generic ACPI errors
2020# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
2121ignore_str=" $ignore_str " ' |ACPI Error: Aborting method .* due to previous error'
22- ignore_str=" $ignore_str " ' |ACPI \ : \\\ : failed to evaluate \_DSM '
22+ ignore_str=" $ignore_str " ' |ACPI: \\: failed to evaluate .* '
2323
24- # Generic sdhci-pci errors
24+ # Generic sdhci-apci errors
2525# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
2626ignore_str=" $ignore_str " ' |sdhci-acpi 80860F16:00: failed to setup card detect gpio'
2727
28+ # Generic sdhci-pci errors
29+ # https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
30+ ignore_str=" $ignore_str " ' |sdhci-pci 0000:00:..\.0: failed to setup card detect gpio'
31+
2832# Generic ATA errors
2933# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
3034ignore_str=" $ignore_str " ' |ata3: COMRESET failed \(errno=-16\)'
You can’t perform that action at this time.
0 commit comments