From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [seabios baseline-only test] 67703: tolerable FAIL
Date: Tue, 13 Sep 2016 12:45:01 +0100 [thread overview]
Message-ID: <osstest-67703-mainreport@xen.org> (raw)
This run is configured for baseline tests only.
flight 67703 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/67703/
Failures :-/ but no regressions.
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 67610
test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail like 67610
test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail like 67610
Tests which did not succeed, but are not blocking:
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2 fail never pass
version targeted for testing:
seabios 642db1905ab133007d7427b6758a2103fb09a19a
baseline version:
seabios f0cdc36d2f2424f6b40438f7ee7cc502c0eff4df
Last test of basis 67610 2016-08-30 23:49:28 Z 13 days
Testing same since 67703 2016-09-13 03:19:50 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Kevin O'Connor <kevin@koconnor.net>
jobs:
build-amd64-xsm pass
build-i386-xsm pass
build-amd64 pass
build-i386 pass
build-amd64-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-qemuu-nested-amd fail
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64 pass
test-amd64-i386-xl-qemuu-debianhvm-amd64 pass
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-i386-xl-qemuu-win7-amd64 fail
test-amd64-amd64-qemuu-nested-intel fail
test-amd64-i386-qemuu-rhel6hvm-intel pass
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 pass
test-amd64-amd64-xl-qemuu-winxpsp3 pass
test-amd64-i386-xl-qemuu-winxpsp3 pass
------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images
Logs, config files, etc. are available at
http://osstest.xs.citrite.net/~osstest/testlogs/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Push not applicable.
------------------------------------------------------------
commit 642db1905ab133007d7427b6758a2103fb09a19a
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Mon Sep 5 13:49:18 2016 -0400
post: Map int 0x05 to entry point
int 0x05 was not assigned in the interrupt table - fix that.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 1bdc9aeeaeddd7939522a160abae9331196ce547
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Mon Sep 5 13:38:26 2016 -0400
kbd: Generate interrupt events for SysReq, PrtScr, and Break
Generate the appropriate interrupt events for the given keys.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 9feb1eed4668a2d32192164bda89b2fcc22ddbcb
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Mon Sep 5 13:05:36 2016 -0400
usb-hid: Generate Ctrl+Break and Alt+SysReq keys
Detect the sequences for generating Ctrl+Break and Alt+SysReq on USB
keyboards and produce the appropriate legacy scancodes.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 6cd69b75ead91fea625951cb7d89ad47e94137d7
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Mon Sep 5 11:56:03 2016 -0400
kbd: Ignore fake shift keys
AT keyboards can produce "fake" shift keys on some extended events.
It's not necessary to process these artificial events as the actual
extended keys are detected directly.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit fec2140c8601afae0ce997ffa7674d1dbd12de01
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 20:58:11 2016 -0400
kbd: Move checking for special keys in __process_keys() into switch
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit e8c0c6195c6a26ce46158a1c4919f63e597631c2
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 18:18:08 2016 -0400
kbd: Extract out shift flag setting into new function
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 632ebf5b90ec017845d4ede26264f476413f44c8
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 16:45:08 2016 -0400
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Merge the two consecutive u8 fields into a single u16 field.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit da90e733004ad39e6b2e8c280f8a9f95ac17e354
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 16:18:53 2016 -0400
kbd: Suppress keys without mappings
Don't warn if a key without a mapping is pressed - it's known that
some keys aren't mapped to keycodes. Suppress these keys instead of
sending 0x0000 to the keyboard buffer - as 0x0000 can confuse some
programs.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit b47c6e3f70442829efb879dd1442ae9bdba62806
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 16:17:14 2016 -0400
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
On a 101-key keyboard the keypad enter and keypad '/' keys have unique
BIOS keycodes that are distinct from the main keyboard enter and '/'
keys.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 2490327b7973b4bd9c94f31bbfca7096c5182063
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Fri Sep 2 16:11:23 2016 -0400
kbd: Implement 101-key keyboard keycode mapping
The current keyboard code only supports the keycode mappings for
83-key keyboards (plus handling for alt-esc and f11/f12). Add a more
complete mapping of keycodes for 101-key keyboards. This adds more
alt key and ctrl key mappings.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
reply other threads:[~2016-09-13 11:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=osstest-67703-mainreport@xen.org \
--to=citrix-osstest@xenproject.org \
--cc=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).