[PATCH] D26457: Protect smart-pointer tests under no exceptions

2016-11-14 Thread Roger Ferrer Ibanez via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286809: Protect smart-pointer tests under no exceptions (authored by rogfer01). Changed prior to commit: https://reviews.llvm.org/D26457?vs=77361&id=8#toc Repository: rL LLVM https://reviews.llv

[PATCH] D26457: Protect smart-pointer tests under no exceptions

2016-11-14 Thread Roger Ferrer Ibanez via cfe-commits
rogfer01 added a comment. Ping? :) https://reviews.llvm.org/D26457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26457: Protect smart-pointer tests under no exceptions

2016-11-09 Thread Asiri Rathnayake via cfe-commits
rmaprath added a comment. LGTM. https://reviews.llvm.org/D26457 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26457: Protect smart-pointer tests under no exceptions

2016-11-09 Thread Roger Ferrer Ibanez via cfe-commits
rogfer01 created this revision. rogfer01 added reviewers: EricWF, rmaprath, mclow.lists. rogfer01 added a subscriber: cfe-commits. Skip tests that expect an exception be thrown under no-exceptions. https://reviews.llvm.org/D26457 Files: test/std/utilities/memory/util.smartptr/util.smartptr.s