[all-commits] [llvm/llvm-project] 3f0537: [SystemZ][z/OS] Avoid assumption for character val...
muiez via All-commits
all-commits at lists.llvm.org
Fri Aug 20 11:08:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f05377d57b652af78637a8185a195077a02d3b1
https://github.com/llvm/llvm-project/commit/3f05377d57b652af78637a8185a195077a02d3b1
Author: Muiez Ahmed <muiez at ibm.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libcxx/test/std/thread/futures/futures.task/futures.task.members/assign_move.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_move.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/get_future.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/swap.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/swap.pass.cpp
Log Message:
-----------
[SystemZ][z/OS] Avoid assumption for character value in futures tests
The aim of this patch is to remove the assumption that the character 'a' is always 97. In turn, this patch explicitly uses the character values to account for the EBCDIC 'a' that is not 97.
Differential Revision: https://reviews.llvm.org/D108321
More information about the All-commits
mailing list