<div dir="auto">I am running Arm and AArch64 tests on docker containers running Ubuntu Xenial.<div dir="auto"><br></div><div dir="auto">Underlying hardware is Thunder X1 or D05 machines.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 19 Nov 2019, 3:31 pm Jan Kratochvil via Phabricator, <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jankratochvil added a comment.<br>
<br>
@omjavaid I guess it depends on some system library - what OS vendor/release do you have the regression reproducible on?<br>
Still not reproducible for me.  Trying `bfbbf0aba81a84da8b53d4d159d080e77ad8ee70` with applied D70155 <<a href="https://reviews.llvm.org/D70155" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D70155</a>> and applied/unapplied this D63540 <<a href="https://reviews.llvm.org/D63540" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D63540</a>> on Fedora 30 armv7l and it has no difference in testsuite (except for the added/removed testcase of this D63540 <<a href="https://reviews.llvm.org/D63540" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D63540</a>>).<br>
In both cases I get these:<br>
<br>
  Unexpected Passing Tests (5):<br>
      lldb-api :: functionalities/archives/TestBSDArchives.py<br>
      lldb-api :: functionalities/inferior-assert/TestInferiorAssert.py<br>
      lldb-api :: functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointsOneSignal.py<br>
      lldb-api :: linux/builtin_trap/TestBuiltinTrap.py<br>
      lldb-api :: linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py<br>
  Failing Tests (103):<br>
      lldb-api :: commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py<br>
      lldb-api :: commands/expression/call-function/TestCallStdStringFunction.py<br>
      lldb-api :: commands/expression/call-function/TestCallStopAndContinue.py<br>
      lldb-api :: commands/expression/call-function/TestCallUserDefinedFunction.py<br>
      lldb-api :: commands/expression/call-overridden-method/TestCallOverriddenMethod.py<br>
      lldb-api :: commands/expression/call-restarts/TestCallThatRestarts.py<br>
      lldb-api :: commands/expression/char/TestExprsChar.py<br>
      lldb-api :: commands/expression/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py<br>
      lldb-api :: commands/expression/context-object/TestContextObject.py<br>
      lldb-api :: commands/expression/dont_allow_jit/TestAllowJIT.py<br>
      lldb-api :: commands/expression/entry-bp/TestExprEntryBP.py<br>
      lldb-api :: commands/expression/expr-in-syscall/TestExpressionInSyscall.py<br>
      lldb-api :: commands/expression/formatters/TestFormatters.py<br>
      lldb-api :: commands/expression/inline-namespace/TestInlineNamespace.py<br>
      lldb-api :: commands/expression/no-deadlock/TestExprDoesntBlock.py<br>
      lldb-api :: commands/expression/persistent_types/TestNestedPersistentTypes.py<br>
      lldb-api :: commands/expression/persistent_types/TestPersistentTypes.py<br>
      lldb-api :: commands/expression/pr35310/TestExprsBug35310.py<br>
      lldb-api :: commands/expression/radar_9531204/TestPrintfAfterUp.py<br>
      lldb-api :: commands/expression/radar_9673664/TestExprHelpExamples.py<br>
      lldb-api :: commands/expression/rdar44436068/Test128BitsInteger.py<br>
      lldb-api :: commands/expression/static-initializers/TestStaticInitializers.py<br>
      lldb-api :: commands/expression/test/TestExprs.py<br>
      lldb-api :: commands/expression/timeout/TestCallWithTimeout.py<br>
      lldb-api :: commands/expression/unwind_expression/TestUnwindExpression.py<br>
      lldb-api :: commands/expression/xvalue/TestXValuePrinting.py<br>
      lldb-api :: commands/register/register/register_command/TestRegisters.py<br>
      lldb-api :: commands/watchpoints/hello_watchlocation/TestWatchLocation.py<br>
      lldb-api :: commands/watchpoints/multi_watchpoint_slots/TestWatchpointMultipleSlots.py<br>
      lldb-api :: commands/watchpoints/watchpoint_size/TestWatchpointSizes.py<br>
      lldb-api :: functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py<br>
      lldb-api :: functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py<br>
      lldb-api :: functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py<br>
      lldb-api :: functionalities/load_unload/TestLoadUnload.py<br>
      lldb-api :: functionalities/load_using_paths/TestLoadUsingPaths.py<br>
      lldb-api :: functionalities/memory/find/TestMemoryFind.py<br>
      lldb-api :: functionalities/process_group/TestChangeProcessGroup.py<br>
      lldb-api :: functionalities/return-value/TestReturnValue.py<br>
      lldb-api :: functionalities/show_location/TestShowLocationDwarf5.py<br>
      lldb-api :: functionalities/thread/num_threads/TestNumThreads.py<br>
      lldb-api :: lang/c/bitfields/TestBitfields.py<br>
      lldb-api :: lang/c/function_types/TestFunctionTypes.py<br>
      lldb-api :: lang/c/shared_lib/TestSharedLib.py<br>
      lldb-api :: lang/c/strings/TestCStrings.py<br>
      lldb-api :: lang/c/struct_types/TestStructTypes.py<br>
      lldb-api :: lang/cpp/auto/TestCPPAuto.py<br>
      lldb-api :: lang/cpp/call-function/TestCallCPPFunction.py<br>
      lldb-api :: lang/cpp/chained-calls/TestCppChainedCalls.py<br>
      lldb-api :: lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py<br>
      lldb-api :: lang/cpp/extern_c/TestExternCSymbols.py<br>
      lldb-api :: lang/cpp/global_operators/TestCppGlobalOperators.py<br>
      lldb-api :: lang/cpp/lambdas/TestLambdas.py<br>
      lldb-api :: lang/cpp/llvm-style/TestLLVMStyle.py<br>
      lldb-api :: lang/cpp/namespace/TestNamespace.py<br>
      lldb-api :: lang/cpp/namespace/TestNamespaceLookup.py<br>
      lldb-api :: lang/cpp/namespace_conflicts/TestNamespaceConflicts.py<br>
      lldb-api :: lang/cpp/namespace_definitions/TestNamespaceDefinitions.py<br>
      lldb-api :: lang/cpp/operators/TestCppOperators.py<br>
      lldb-api :: lang/cpp/overloaded-functions/TestOverloadedFunctions.py<br>
      lldb-api :: lang/cpp/rvalue-references/TestRvalueReferences.py<br>
      lldb-api :: lang/cpp/scope/TestCppScope.py<br>
      lldb-api :: lang/cpp/static_methods/TestCPPStaticMethods.py<br>
      lldb-api :: lang/cpp/symbols/TestSymbols.py<br>
      lldb-api :: lang/cpp/template-function/TestTemplateFunctions.py<br>
      lldb-api :: lang/cpp/template/TestTemplateArgs.py<br>
      lldb-api :: lang/cpp/this/TestCPPThis.py<br>
      lldb-api :: lang/cpp/trivial_abi/TestTrivialABI.py<br>
      lldb-api :: lang/cpp/unicode-literals/TestUnicodeLiterals.py<br>
      lldb-api :: lang/cpp/virtual/TestVirtual.py<br>
      lldb-api :: python_api/thread/TestThreadAPI.py<br>
      lldb-api :: tools/lldb-server/TestLldbGdbServer.py<br>
      lldb-shell :: ObjectFile/ELF/PT_LOAD-overlap-PT_INTERP.yaml<br>
      lldb-shell :: ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml<br>
      lldb-shell :: ObjectFile/ELF/PT_LOAD-overlap-section.yaml<br>
      lldb-shell :: ObjectFile/ELF/PT_LOAD.yaml<br>
      lldb-shell :: ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml<br>
      lldb-shell :: ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test<br>
      lldb-shell :: Reproducer/Functionalities/TestDataFormatter.test<br>
      lldb-shell :: Reproducer/Functionalities/TestImageList.test<br>
      lldb-shell :: Reproducer/Functionalities/TestStepping.test<br>
      lldb-shell :: Reproducer/TestDump.test<br>
      lldb-shell :: Reproducer/TestGDBRemoteRepro.test<br>
      lldb-shell :: Reproducer/TestRelativePath.test<br>
      lldb-shell :: Reproducer/TestReuseDirectory.test<br>
      lldb-shell :: Reproducer/TestSynchronous.test<br>
      lldb-shell :: Reproducer/TestWorkingDir.test<br>
      lldb-shell :: SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll<br>
      lldb-shell :: SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp<br>
      lldb-shell :: SymbolFile/DWARF/debug-types-expressions.test<br>
      lldb-shell :: SymbolFile/NativePDB/ast-functions.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/ast-methods.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/ast-types.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/bitfields.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/break-by-function.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/break-by-line.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/function-types-builtins.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/function-types-classes.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/global-classes.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/globals-bss.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/globals-fundamental.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/nested-types.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/source-list.cpp<br>
      lldb-shell :: SymbolFile/NativePDB/tag-types.cpp<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D63540/new/" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D63540/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D63540" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D63540</a><br>
<br>
<br>
<br>
</blockquote></div>