Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Followup to Allocator linux32 fix #25851

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/library/standard/Allocators/customAllocator.execopts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM)
tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM)

# if linux32, use the linux32 good file
if [ "$tgt_platform" == "linux32" ]; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM)
tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM)

# if linux32, use the linux32 good file
if [ "$tgt_platform" == "linux32" ]; then
Expand Down
2 changes: 2 additions & 0 deletions test/studies/shootout/binary-trees/binarytrees-pool.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# program attempts to allocate and address more than 4GB of memory
CHPL_TARGET_PLATFORM==linux32