From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID, T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id C62AB1FA7B for ; Tue, 20 Jun 2017 03:31:00 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 447A4120786; Tue, 20 Jun 2017 12:30:58 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 7A2C612077C for ; Tue, 20 Jun 2017 12:30:56 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=jvd00M2OPMjaBqs0JAwFwv0tQ7g=; b=C7eEY8U/T4EpwXRSFb Wz8wsUw5fxjnWywmaZXajuxrhIQR8BFv+92IHoMmRfcMDnPJJaE1sdHUT+gPQ7Vn DyZOvnc4Q4ify+OXsO7N4wlctkQFeDh9VMG0e6bOwTeLqyiOe0v9/7I7qgeQRN3i khWJ1d0I5cp+woXtDtqrEUk6E= Received: by filter1113p1mdw1.sendgrid.net with SMTP id filter1113p1mdw1-1190-594896EB-2E 2017-06-20 03:30:51.834660379 +0000 UTC Received: from herokuapp.com (ec2-184-72-179-80.compute-1.amazonaws.com [184.72.179.80]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 8O34-LHITjyun19EfH-JUQ for ; Tue, 20 Jun 2017 03:30:51.833 +0000 (UTC) Date: Tue, 20 Jun 2017 03:30:51 +0000 From: Greg.mpls@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56759 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13668 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: MSP-Greg X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7iwx0adZaMh6gMamDNiS/YhD5bXVTeMRkyLp wX9LEgao4hKXjlYM+6rVlU2D9t91SqjpoSgEvD0VQGfKTEh86WN7zHGkBkCfVxtZbJ90EoM5n9J1CI SgbyZXTQhpOnpkRzte9GDD58tw0ipbO0zyKj1smq5pWm6cyuazYJwGxuMg== X-ML-Name: ruby-core X-Mail-Count: 81730 Subject: [ruby-core:81730] [Ruby trunk Feature#13668] Show / log test-all skips in CI here or at http://rubyci.org/ ? X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13668 has been reported by MSP-Greg (Greg L). ---------------------------------------- Feature #13668: Show / log test-all skips in CI here or at http://rubyci.org/ ? https://bugs.ruby-lang.org/issues/13668 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Maybe consideration could be given to having CI here or at http://rubyci.org/ show/log skips. Skip logs led me to an issue with MinGW and RubyGems tests, as there was some code that hard coded 'git' instead of using a variable tied to ENV['GIT']; it caused quite a few skips... -- https://bugs.ruby-lang.org/