From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 7F5EA1F453 for ; Mon, 29 Apr 2019 21:14:14 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E0C151209D5; Tue, 30 Apr 2019 06:14:08 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 318171209AD for ; Tue, 30 Apr 2019 06:14:06 +0900 (JST) Received: by filter0155p3mdw1.sendgrid.net with SMTP id filter0155p3mdw1-26320-5CC7691E-12 2019-04-29 21:14:06.264136602 +0000 UTC m=+347414.991707177 Received: from herokuapp.com (unknown [54.161.168.50]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id g7wLniXFSGeXiRYBNBq7SA for ; Mon, 29 Apr 2019 21:14:06.262 +0000 (UTC) Date: Mon, 29 Apr 2019 21:14:06 +0000 (UTC) From: Greg.mpls@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 67967 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15812 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: =?us-ascii?Q?M4W5dkI32Qt1AHWPzmUKqncwpr1RYzW=2Fh5io+QGCFbrI2h=2FDcs8v7OI3faHl1C?= =?us-ascii?Q?6BN3fhIE6w5SkmAfo=2F0tRxftSdo6HShRE18DIDe?= =?us-ascii?Q?APPAgkO89GVc5YH6fUJHrlJhQ7LMDzwJV1rQxBJ?= =?us-ascii?Q?7rnQ9puvYi12vTFQUBdC48rvuPaJUJPWKeibRWu?= =?us-ascii?Q?XLmVzEUc2HDcPAmNnta+mG2CctmLykxsr9w=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92484 Subject: [ruby-core:92484] [Ruby trunk Bug#15812] Run specs from install folder? 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 #15812 has been reported by MSP-Greg (Greg L). ---------------------------------------- Bug #15812: Run specs from install folder? https://bugs.ruby-lang.org/issues/15812 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- 1. Currently, no testing is done on the install folder. 2. Configure/build & testing both take far longer than install 3. spec tests normally run directly in their repo (ruby/spec) GitHub PR 2160 https://github.com/ruby/ruby/pull/2160 runs the spec suite from the install folder for the three windows builds. All passed, and the tests were run parallel. Given that the purpose is to create a functioning install folder, maybe a first step would be runnig specs from there? -- https://bugs.ruby-lang.org/