~ubuntu-branches/ubuntu/vivid/fwts/vivid-proposed

« back to all changes in this revision

Viewing changes to fwts-test/arg-json-0001/klog-0002.log

  • Committer: Package Import Robot
  • Author(s): Ivan Hu, Colin Ian King, Keng-Yu Lin
  • Date: 2014-03-17 15:13:44 UTC
  • mfrom: (34.2.14)
  • Revision ID: package-import@ubuntu.com-20140317151344-fb63b5b0or2h6261
Tags: 14.03.00-0ubuntu1
[Colin Ian King]
* acpi: fwts_acpi_tables: fix up missing FACS (LP: #1284097)
* acpi: acpidump: provide table provenance (LP: #1284205)
* apci: acpiinfo: enable for non-x86 arches (LP: #1284557)
* Add utility to dump _PLD (Physical Device Location) information
  (LP: #1281835)
* acpi: add in a tool to dump GPE information (LP: #1283473)
* lib: fwts_acpi_tables: handle zero 64 bit addrs in FADT (LP: #1285167)
* bios: hda_audio: skip the test if audio devices don't exist (LP: #1285571)
* Remove copy-acpica.sh script, it is no longer used
* acpi: checksum: print RSDP checksum correctly (LP: #1287815)
* lib: fwts_acpi_tables: update RSDP checksum on fixed-up RSDP (LP: #1287852)
* acpi: acpitables: remove irrelevant test case (LP: #1287891)
* uefi: uefidump: small re-working of uefi GUID lookup
* fwts-test: update acpidump-0001
* fwts-test: acpitables-0002: sync with recent table fixing
* fwts-test: syntaxcheck-0001: update to sync with fwts
* fwts-test: arg-show-tests-0001: keep in sync with fwts
* fwts-test: arg-show-tests-full-0001: keep in sync with fwts
* fwts-test: checksum-0001: update due to fwts formatting fixes
* fwts-test: arg-table-path-0001: sync with fwts changes
* fwts-test: acpitables-0003: update to sync with fwts
* fwts-test: acpitables-0004: update test
* fwts-test: acpitables-0005: update test
* fwts-test: acpitables-0006: update test
* fwts-test: acpitables-0007: update test
* fwts-test: acpitables-0008: update test
* fwts-test: skip some tests on non-x86 builds
* fwts-test: fix tests not to compare against date (LP: #1289225)
* fwts-test: arg-help-0001: fix up some tests issues
* fwts-test: arg-log-format-0001: make test less pedandic on line numbers
* fwts-test: arg-show-progress-dialog: remove version from test
* acpica: ppc64el needs to be built as a 64 bit architecture
* debian: limit architectures to i386 amd64 armel armhf arm64 ppc64 ppc64el

[Keng-Yu Lin]
* fwts-test: Copy all files from fwts-test git tree (LP: #1201250)
* lib: Make --disassemble-aml accept the outputdir argument (LP: #1201250)
* fwts-test: Update disassemble-0001 test (LP: #1201250)
* fwts-test: Update the test scripts for new test environment (LP: #1201250)
* lib: fwts_args: determine tty width from stdin
* fwts-test: disassemble-0001: rename *.orig to *.original

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
klog            klog: Scan kernel log for errors and warnings.
 
2
klog            ----------------------------------------------------------
 
3
klog            Test 1 of 1: Kernel log error check.
 
4
klog            FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
 
5
klog            Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
 
6
klog            /MADT found, using 0
 
7
klog            
 
8
klog            ADVICE: The kernel has detected more than one ACPI
 
9
klog            Multiple APIC Description Table (MADT) (these tables have
 
10
klog            the "APIC" signature). There should only be one MADT and
 
11
klog            the kernel will by default select the first one. However,
 
12
klog            one can override this and select the Nth MADT using
 
13
klog            acpi_apic_instance=N.
 
14
klog            
 
15
klog            Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
 
16
klog            _OSI(Linux) query ignored
 
17
klog            
 
18
klog            ADVICE: This is not exactly a failure mode but a warning
 
19
klog            from the kernel. The _OSI() method has implemented a match
 
20
klog            to the 'Linux' query in the DSDT and this is redundant
 
21
klog            because the ACPI driver matches onto the Windows _OSI
 
22
klog            strings by default.
 
23
klog            
 
24
klog            Found 1 unique errors in kernel log.
 
25
klog            
 
26
klog            ==========================================================
 
27
klog            0 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0
 
28
klog            info only.
 
29
klog            ==========================================================