Those build didn't contain r354890 yet. -----Original Message----- From: Davide Italiano <dccitali...@gmail.com> Sent: Tuesday, February 26, 2019 7:05 PM To: Tatyana Krasnukha <tatyana.krasnu...@synopsys.com> Cc: lldb-commits <lldb-commits@lists.llvm.org> Subject: Re: [Lldb-commits] [lldb] r354890 - Fix short options syntax in Minidump test
Link to the failure: https://urldefense.proofpoint.com/v2/url?u=http-3A__green.lab.llvm.org_green_job_lldb-2Dcmake__20543_console&d=DwIBaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=8NZfjV_ZLY_S7gZyQMq8mj7tiN4vlymPiSt0Wl0jegw&m=g6rcurKPvoK7uD68Vi8adZfyKmJS9bRAr63MKkywSXk&s=jdhvETIBQFdrr0fN0efcvAVZ3EOQdqaYgbWsDZDdEEA&e= On Tue, Feb 26, 2019 at 8:04 AM Davide Italiano <dccitali...@gmail.com> wrote: > > Tatyana, this commit broke one of the bots: > > Testing Time: 315.65s > ******************** > Failing Tests (1): > LLDB :: Minidump/dump-all.test > > Expected Passes : 1466 > Unsupported Tests : 64 > Unexpected Failures: 1 > > > I'm a little confused if I look at it because it modifies heavily a > test but there's no code change associated? Did you by any chance > forget to add a file? > Anyway, please take a look and let me know if there's anything I can > help you with. > > Best, > > -- > Davide > > On Tue, Feb 26, 2019 at 7:37 AM Tatyana Krasnukha via lldb-commits > <lldb-commits@lists.llvm.org> wrote: > > > > Author: tkrasnukha > > Date: Tue Feb 26 07:38:30 2019 > > New Revision: 354890 > > > > URL: > > https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_ > > llvm-2Dproject-3Frev-3D354890-26view-3Drev&d=DwIBaQ&c=DPL6_X_6JkXFx7 > > AXWqB0tg&r=8NZfjV_ZLY_S7gZyQMq8mj7tiN4vlymPiSt0Wl0jegw&m=g6rcurKPvoK > > 7uD68Vi8adZfyKmJS9bRAr63MKkywSXk&s=-rE0GqyxP9jq55OdKHCMEDhWIfqRpjWXj > > acBkREdhm8&e= > > Log: > > Fix short options syntax in Minidump test > > > > Modified: > > lldb/trunk/lit/Minidump/dump-all.test > > > > Modified: lldb/trunk/lit/Minidump/dump-all.test > > URL: > > https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_ > > llvm-2Dproject_lldb_trunk_lit_Minidump_dump-2Dall.test-3Frev-3D35489 > > 0-26r1-3D354889-26r2-3D354890-26view-3Ddiff&d=DwIBaQ&c=DPL6_X_6JkXFx > > 7AXWqB0tg&r=8NZfjV_ZLY_S7gZyQMq8mj7tiN4vlymPiSt0Wl0jegw&m=g6rcurKPvo > > K7uD68Vi8adZfyKmJS9bRAr63MKkywSXk&s=fhMMfmhf9JBV-5F86-iQ8U2aGD73sYkJ > > yY5lZd79lrQ&e= > > ==================================================================== > > ========== > > --- lldb/trunk/lit/Minidump/dump-all.test (original) > > +++ lldb/trunk/lit/Minidump/dump-all.test Tue Feb 26 07:38:30 2019 > > @@ -11,32 +11,32 @@ > > # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \ # RUN: > > --check-prefix=CHECKSTAT --check-prefix=CHECKUP > > --check-prefix=CHECKFD %s # RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --directory' | > > FileCheck --check-prefix=CHECKDIR %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --d' | FileCheck > > --check-prefix=CHECKDIR %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > +-d' | FileCheck --check-prefix=CHECKDIR %s > > # RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --linux' | \ # RUN: FileCheck --check-prefix=CHECKCPU > > --check-prefix=CHECKSTATUS \ # RUN: --check-prefix=CHECKLSB > > --check-prefix=CHECKCMD --check-prefix=CHECKENV \ # RUN: > > --check-prefix=CHECKAUX --check-prefix=CHECKMAP > > --check-prefix=CHECKSTAT \ # RUN: --check-prefix=CHECKUP > > --check-prefix=CHECKFD %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --cpuinfo' | > > FileCheck --check-prefix=CHECKCPU %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --C' | FileCheck > > --check-prefix=CHECKCPU %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --status' | > > FileCheck --check-prefix=CHECKSTATUS %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --s' | FileCheck > > --check-prefix=CHECKSTATUS %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --cpuinfo' | FileCheck --check-prefix=CHECKCPU %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -C' > > | FileCheck --check-prefix=CHECKCPU %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --status' | FileCheck --check-prefix=CHECKSTATUS %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -s' > > | FileCheck --check-prefix=CHECKSTATUS %s > > # RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --lsb-release' | FileCheck --check-prefix=CHECKLSB %s -# RUN: %lldb > > -c %p/Inputs/dump-content.dmp -o 'process plugin dump --r' | > > FileCheck --check-prefix=CHECKLSB %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --cmdline' | > > FileCheck --check-prefix=CHECKCMD %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --c' | FileCheck > > --check-prefix=CHECKCMD %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --environ' | > > FileCheck --check-prefix=CHECKENV %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --e' | FileCheck > > --check-prefix=CHECKENV %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --auxv' | > > FileCheck --check-prefix=CHECKAUX %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --x' | FileCheck > > --check-prefix=CHECKAUX %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --maps' | > > FileCheck --check-prefix=CHECKMAP %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --m' | FileCheck > > --check-prefix=CHECKMAP %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --stat' | > > FileCheck --check-prefix=CHECKSTAT %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --S' | FileCheck > > --check-prefix=CHECKSTAT %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --uptime' | > > FileCheck --check-prefix=CHECKUP %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --u' | FileCheck > > --check-prefix=CHECKUP %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --fd' | FileCheck > > --check-prefix=CHECKFD %s -# RUN: %lldb -c > > %p/Inputs/dump-content.dmp -o 'process plugin dump --f' | FileCheck > > --check-prefix=CHECKFD %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -r' > > | FileCheck --check-prefix=CHECKLSB %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --cmdline' | FileCheck --check-prefix=CHECKCMD %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -c' > > | FileCheck --check-prefix=CHECKCMD %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --environ' | FileCheck --check-prefix=CHECKENV %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -e' > > | FileCheck --check-prefix=CHECKENV %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump --auxv' > > | FileCheck --check-prefix=CHECKAUX %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -x' > > | FileCheck --check-prefix=CHECKAUX %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump --maps' > > | FileCheck --check-prefix=CHECKMAP %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -m' > > | FileCheck --check-prefix=CHECKMAP %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump --stat' > > | FileCheck --check-prefix=CHECKSTAT %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -S' > > | FileCheck --check-prefix=CHECKSTAT %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump > > --uptime' | FileCheck --check-prefix=CHECKUP %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -u' > > | FileCheck --check-prefix=CHECKUP %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump --fd' > > | FileCheck --check-prefix=CHECKFD %s > > +# RUN: %lldb -c %p/Inputs/dump-content.dmp -o 'process plugin dump -f' > > | FileCheck --check-prefix=CHECKFD %s > > # CHECKDIR: RVA SIZE TYPE MinidumpStreamType > > # CHECKDIR-NEXT: ---------- ---------- ---------- > > -------------------------- # CHECKDIR-NEXT: 0x000000b0 0x00000038 > > 0x00000007 SystemInfo > > > > > > _______________________________________________ > > lldb-commits mailing list > > lldb-commits@lists.llvm.org > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_ > > cgi-2Dbin_mailman_listinfo_lldb-2Dcommits&d=DwIBaQ&c=DPL6_X_6JkXFx7A > > XWqB0tg&r=8NZfjV_ZLY_S7gZyQMq8mj7tiN4vlymPiSt0Wl0jegw&m=g6rcurKPvoK7 > > uD68Vi8adZfyKmJS9bRAr63MKkywSXk&s=htJKSYcH08M0D1ONMjExjXIXmdvU8WTubL > > 7c3uzU9FY&e= _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits