Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-23058

tst_QKeySequence fails on Mac OS X

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.0.0
    • 5.0.0
    • Core: Event loop
    • None
    • OS X Lion, Xcode 4.2.1, clang 3.0
    • macOS
    • a30f42ddb3701ad90e7f0bb89d4ef435af6b5cf2

    Description

      FAIL! : tst_QKeySequence::operatorQString(Ctrl+Left) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Ctrl+Left
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Ctrl+,) Compared values are not the same
      Actual ((QString)seq): ?,
      Expected (keystring): Ctrl+,
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Alt+Left) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Alt+Left
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Alt+Shift+Left) Compared values are not the same
      Actual ((QString)seq): ???
      Expected (keystring): Alt+Shift+Left
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Ctrl) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Ctrl+?
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Alt) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Alt+?
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Shift) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Shift+?
      Loc: [tst_qkeysequence.cpp(242)]
      FAIL! : tst_QKeySequence::operatorQString(Meta) Compared values are not the same
      Actual ((QString)seq): ??
      Expected (keystring): Meta+?
      Loc: [tst_qkeysequence.cpp(242)]

      FAIL! : tst_QKeySequence::mnemonic(1) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(3) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(4) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(5) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(7) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(9) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::mnemonic(10) Compared values are not the same
      Loc: [tst_qkeysequence.cpp(418)]
      FAIL! : tst_QKeySequence::toString(Ctrl+Left) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Ctrl+Left
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Alt+Left) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Alt+Left
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Alt+Shift+Left) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ???
      Expected (platformString): Alt+Shift+Left
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Ctrl) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Ctrl+?
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Alt) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Alt+?
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Shift) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Shift+?
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Meta) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ??
      Expected (platformString): Meta+?
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Ctrl+Plus) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?+
      Expected (platformString): Ctrl++
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Ctrl+,) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,
      Expected (platformString): Ctrl+,
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(Ctrl+,,Ctrl+,) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?,
      Expected (platformString): Ctrl+,, Ctrl+,
      Loc: [tst_qkeysequence.cpp(472)]
      FAIL! : tst_QKeySequence::toString(MultiKey) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?X, ?Y, Z
      Expected (platformString): Alt+X, Ctrl+Y, Z
      Loc: [tst_qkeysequence.cpp(472)]

      FAIL! : tst_QKeySequence::standardKeys(help) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(nextChild) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(previousChild) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(forward) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(backward) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(MoveToEndOfBlock) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::standardKeys(SelectEndOfDocument) 'ks == ks2' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(363)]
      FAIL! : tst_QKeySequence::keyBindings() 'bindings == expected' returned FALSE. ()
      Loc: [tst_qkeysequence.cpp(377)]
      FAIL! : tst_QKeySequence::translated(Shift++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?+
      Expected (compKey): Umschalt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Ctrl++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?+
      Expected (compKey): Strg++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Alt++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?+
      Expected (compKey): Alt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Meta++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?+
      Expected (compKey): Meta++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Shift+,, Shift++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Umschalt+,, Umschalt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Shift+,, Ctrl++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Umschalt+,, Strg++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Shift+,, Alt++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Umschalt+,, Alt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Shift+,, Meta++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Umschalt+,, Meta++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Ctrl+,, Shift++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Strg+,, Umschalt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Ctrl+,, Ctrl++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Strg+,, Strg++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Ctrl+,, Alt++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Strg+,, Alt++
      Loc: [tst_qkeysequence.cpp(568)]
      FAIL! : tst_QKeySequence::translated(Ctrl+,, Meta++) Compared values are not the same
      Actual (ks1.toString(QKeySequence::NativeText)): ?,, ?+
      Expected (compKey): Strg+,, Meta++
      Loc: [tst_qkeysequence.cpp(568)]

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              bhughes Bradley T. Hughes (closed Nokia Identity) (Inactive)
              bhughes Bradley T. Hughes (closed Nokia Identity) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes