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.8 required=3.0 tests=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_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no 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 552951F97E for ; Mon, 29 Jul 2019 11:14:59 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4B6B2120B79; Mon, 29 Jul 2019 20:14:52 +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 4A840120B3E for ; Mon, 29 Jul 2019 20:14:50 +0900 (JST) Received: by filter0097p3iad2.sendgrid.net with SMTP id filter0097p3iad2-15416-5D3ED52C-E 2019-07-29 11:14:52.311148871 +0000 UTC m=+231040.819860430 Received: from herokuapp.com (unknown [3.91.185.73]) by ismtpd0040p1mdw1.sendgrid.net (SG) with ESMTP id BJ9j0at3Qv2G8r9ShpkYAw for ; Mon, 29 Jul 2019 11:14:52.228 +0000 (UTC) Date: Mon, 29 Jul 2019 11:14:52 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 69502 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15812 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Issue-Assignee: Eregon X-Redmine-Sender: Eregon 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr1+3bfthGLy+ymTzlyy5b?= =?us-ascii?Q?7TTV6xTcwKUWuw0jCL+DPIIvh3Tq=2FcUJ6pPObmn?= =?us-ascii?Q?6QpdKc3SFmPHJe7QMrI2euCCBRwNS8LrgVE63Mf?= =?us-ascii?Q?XQ2fxgz0vrsFqainOHuaqoc3JjiC6GqHrbPtWie?= =?us-ascii?Q?mCnazki3xSdT+5pagHBI4MNp+AmvN82z=2Ffg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 93997 Subject: [ruby-core:93997] [Ruby master 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 updated by Eregon (Benoit Daloze). Assignee set to Eregon (Benoit Daloze) Status changed from Open to Closed @MSP-Greg I think it's OK to run specs after make-install if that is somehow better in CI. I'd like to only support running specs on installed Ruby, but that's a separate issue: #13620. I saw that you closed https://github.com/ruby/ruby/pull/2160. Tell me if you want to add such a change, I can merge it. I'll close this issue since the PR was closed, but please comment if you want it again. ---------------------------------------- Bug #15812: Run specs from install folder? https://bugs.ruby-lang.org/issues/15812#change-80192 * Author: MSP-Greg (Greg L) * Status: Closed * Priority: Normal * Assignee: Eregon (Benoit Daloze) * 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/