You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/time/time.duration/time.duration.nonmember
Marshall Clow eec31ce77c Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@357410 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
op_+.pass.cpp Support tests in freestanding 6 years ago
op_-.pass.cpp Support tests in freestanding 6 years ago
op_divide_duration.pass.cpp Support tests in freestanding 6 years ago
op_divide_rep.fail.cpp Support tests in freestanding 6 years ago
op_divide_rep.pass.cpp Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix. 6 years ago
op_mod_duration.pass.cpp Support tests in freestanding 6 years ago
op_mod_rep.fail.cpp Support tests in freestanding 6 years ago
op_mod_rep.pass.cpp Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix. 6 years ago
op_times_rep.pass.cpp Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix. 6 years ago
op_times_rep1.fail.cpp Support tests in freestanding 6 years ago
op_times_rep2.fail.cpp Support tests in freestanding 6 years ago