← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1824306] Re: test_530_config_binfmt_aout in ubuntu_qrt_kernel_security failed

 

I messed up when writing the test and forgot to consider that
CONFIG_BINFMT_AOUT is specific to i386. I've fixed that in QRT:

  https://git.launchpad.net/qa-regression-
testing/commit/?id=6e659984b07987dd24acf5872d408afafbdb6510

I'm going to mark this bug as invalid since those test failures
shouldn't have happened.

** Changed in: ubuntu-kernel-tests
       Status: New => Invalid

** Changed in: linux (Ubuntu Trusty)
       Status: New => Invalid

** Changed in: linux (Ubuntu Xenial)
       Status: Incomplete => Invalid

** Changed in: linux (Ubuntu Cosmic)
       Status: Incomplete => Invalid

** Changed in: linux (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1824306

Title:
  test_530_config_binfmt_aout in ubuntu_qrt_kernel_security  failed

Status in ubuntu-kernel-tests:
  Invalid
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Xenial:
  Invalid
Status in linux source package in Cosmic:
  Invalid

Bug description:
  This is a new test case

      def test_530_config_binfmt_aout(self):
          '''Ensure BINFMT_AOUT is disabled (LP: #1818552)'''

          expected = False
          if not self.kernel_at_least('5.0'):
              expected = True
          self.assertKernelConfig('BINFMT_AOUT', expected)

  For kernel < 5.0 it will expect this option to be enabled.

  AssertionError: BINFMT_AOUT option was expected to be set in the
  kernel config

  Seems that Tyler is working on this in bug 1818552

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1824306/+subscriptions


References