[all-commits] [llvm/llvm-project] f5e49b: Disable trivial weak_ptr test on ARM because it is...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Mon Jul 20 14:03:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f5e49bd9defd5c3c3587027f9826fc356a91fdf6
      https://github.com/llvm/llvm-project/commit/f5e49bd9defd5c3c3587027f9826fc356a91fdf6
  Author: Vy Nguyen <vyng at google.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp

  Log Message:
  -----------
  Disable trivial weak_ptr test on ARM because it is not expected to work.

Summary:
weak_ptr has two pointers (more than the 4 bytes limit), so it will not be returned in registers on ARM, even if it is trivial.
The test, therefore, will fail on ARM.

Reviewers: #libc!

Subscribers: kristof.beyls, danielkiss, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D84200




More information about the All-commits mailing list