-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PullRequest: truffleruby/4366
- Loading branch information
Showing
5,357 changed files
with
442,674 additions
and
241,478 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.4 | ||
3.3.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -393,6 +393,20 @@ local part_definitions = { | |
is_after+:: ["$.run.generate_native_config"], | ||
run+: jt(["check_native_configuration"]) + jt(["check_config_header"]), | ||
}, | ||
|
||
retag_mri_tests: { | ||
run+: jt(["retag"]) + [ | ||
["set-export", "DATE", ["date", "+%F"]], | ||
["set-export", "TRUFFLERUBY_BRANCH", "retag-mri-tests-$DATE"], | ||
["git", "checkout", "-b", "$TRUFFLERUBY_BRANCH"], | ||
["git", "config", "--local", "user.email", "[email protected]"], | ||
["git", "config", "--local", "user.name", "ol-automation_ww"], | ||
["git", "add", "."], | ||
["git", "commit", "-m", "Retag MRI tests"], | ||
["git", "remote", "-v"], | ||
["git", "push", "-f", "origin", "HEAD"], | ||
], | ||
}, | ||
}, | ||
|
||
benchmark: { | ||
|
@@ -513,8 +527,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, " | |
# Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison. | ||
"ruby-test-specs-linux-amd64-stable": $.platform.linux + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" }, | ||
"ruby-test-specs-linux-amd64-latest": $.platform.linux + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" }, | ||
"ruby-test-specs-darwin-amd64-stable": $.platform.darwin_amd64 + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" }, | ||
"ruby-test-specs-darwin-amd64-latest": $.platform.darwin_amd64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" }, | ||
"ruby-test-specs-darwin-amd64-stable": $.platform.darwin_amd64 + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "02:00:00" }, | ||
"ruby-test-specs-darwin-amd64-latest": $.platform.darwin_amd64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "02:00:00" }, | ||
"ruby-test-specs-darwin-aarch64-stable": $.platform.darwin_aarch64 + $.jdk.stable + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" }, | ||
"ruby-test-specs-darwin-aarch64-latest": $.platform.darwin_aarch64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" }, | ||
"ruby-test-fast-linux-aarch64": $.platform.linux_aarch64 + $.jdk.latest + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" }, | ||
|
@@ -698,6 +712,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, " | |
"ruby-generate-native-config-linux-aarch64": $.platform.linux_aarch64 + $.jdk.latest + shared + native_config, | ||
"ruby-generate-native-config-darwin-amd64": $.platform.darwin_amd64 + $.jdk.latest + shared + native_config, | ||
"ruby-generate-native-config-darwin-aarch64": $.platform.darwin_aarch64 + $.jdk.latest + shared + native_config, | ||
|
||
"ruby-retag-mri-tests-linux-amd64": $.platform.linux + $.jdk.latest + shared + $.env.native + $.use.build + $.run.retag_mri_tests + { timelimit: "02:00:00" }, | ||
}, | ||
|
||
builds: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# gem-name version-to-bundle repository-url [optional-commit-hash-to-test-or-defaults-to-v-version] | ||
minitest 5.16.3 https://github.com/seattlerb/minitest | ||
# gem-name version repository-url [revision] | ||
# | ||
# - gem-name: gem name to bundle | ||
# - version: released version to bundle | ||
# - repository-url: URL from where clone for test | ||
# - revision: revision in repository-url to test | ||
# if `revision` is not given, "v"+`version` or `version` will be used. | ||
minitest 5.20.0 https://github.com/minitest/minitest | ||
power_assert 2.0.3 https://github.com/ruby/power_assert | ||
rake 13.0.6 https://github.com/ruby/rake | ||
test-unit 3.5.7 https://github.com/test-unit/test-unit | ||
rexml 3.2.5 https://github.com/ruby/rexml | ||
rss 0.2.9 https://github.com/ruby/rss | ||
net-ftp 0.2.1 https://github.com/ruby/net-ftp | ||
net-imap 0.3.4.1 https://github.com/ruby/net-imap | ||
rake 13.1.0 https://github.com/ruby/rake | ||
test-unit 3.6.1 https://github.com/test-unit/test-unit | ||
rexml 3.3.6 https://github.com/ruby/rexml | ||
rss 0.3.1 https://github.com/ruby/rss | ||
net-ftp 0.3.4 https://github.com/ruby/net-ftp | ||
net-imap 0.4.9.1 https://github.com/ruby/net-imap | ||
net-pop 0.1.2 https://github.com/ruby/net-pop | ||
net-smtp 0.3.4 https://github.com/ruby/net-smtp | ||
net-smtp 0.4.0.1 https://github.com/ruby/net-smtp | ||
matrix 0.4.2 https://github.com/ruby/matrix | ||
prime 0.1.2 https://github.com/ruby/prime | ||
rbs 2.8.2 https://github.com/ruby/rbs | ||
typeprof 0.21.3 https://github.com/ruby/typeprof | ||
debug 1.7.1 https://github.com/ruby/debug | ||
rbs 3.4.0 https://github.com/ruby/rbs | ||
typeprof 0.21.9 https://github.com/ruby/typeprof | ||
debug 1.9.1 https://github.com/ruby/debug | ||
racc 1.7.3 https://github.com/ruby/racc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# This file was generated by RubyGems. | ||
# The above lines match the format expected by rubygems/installer.rb check_executable_overwrite | ||
# bash section ignored by the Ruby interpreter | ||
|
||
# get the absolute path of the executable and resolve symlinks | ||
SELF_PATH=$(cd "$(dirname "$0")" && pwd -P)/$(basename "$0") | ||
while [ -h "$SELF_PATH" ]; do | ||
# 1) cd to directory of the symlink | ||
# 2) cd to the directory of where the symlink points | ||
# 3) get the pwd | ||
# 4) append the basename | ||
DIR=$(dirname "$SELF_PATH") | ||
SYM=$(readlink "$SELF_PATH") | ||
SELF_PATH=$(cd "$DIR" && cd "$(dirname "$SYM")" && pwd)/$(basename "$SYM") | ||
done | ||
exec "$(dirname $SELF_PATH)/ruby" "$SELF_PATH" "$@" | ||
|
||
#!ruby | ||
# | ||
# This file was generated by RubyGems. | ||
# | ||
# The application 'syntax_suggest' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'rubygems' | ||
|
||
Gem.use_gemdeps | ||
|
||
version = ">= 0.a" | ||
|
||
str = ARGV.first | ||
if str | ||
str = str.b[/\A_(.*)_\z/, 1] | ||
if str and Gem::Version.correct?(str) | ||
version = str | ||
ARGV.shift | ||
end | ||
end | ||
|
||
if Gem.respond_to?(:activate_bin_path) | ||
load Gem.activate_bin_path('syntax_suggest', 'syntax_suggest', version) | ||
else | ||
gem "syntax_suggest", version | ||
load Gem.bin_path("syntax_suggest", "syntax_suggest", version) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3 | ||
2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.