From 9586b15229256e7091b3392fbfedb3054c299e49 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 4 Sep 2014 21:10:41 +0200 Subject: [PATCH] Give proper names to GMP test files --- ext/gmp/tests/{013.phpt => gmp_abs.phpt} | 0 ext/gmp/tests/{029.phpt => gmp_and.phpt} | 0 ext/gmp/tests/{034.phpt => gmp_clrbit.phpt} | 0 ext/gmp/tests/{026.phpt => gmp_cmp.phpt} | 0 ext/gmp/tests/{031.phpt => gmp_com.phpt} | 0 ext/gmp/tests/{009.phpt => gmp_div_q.phpt} | 0 ext/gmp/tests/{007.phpt => gmp_div_qr.phpt} | 0 ext/gmp/tests/{008.phpt => gmp_div_r.phpt} | 0 ext/gmp/tests/{011.phpt => gmp_divexact.phpt} | 0 ext/gmp/tests/{014.phpt => gmp_fact.phpt} | 0 ext/gmp/tests/{021.phpt => gmp_gcd.phpt} | 0 ext/gmp/tests/{022.phpt => gmp_gcdext.phpt} | 0 ext/gmp/tests/{036.phpt => gmp_hamdist.phpt} | 0 ext/gmp/tests/{040.phpt => gmp_init.phpt} | 0 ext/gmp/tests/{004.phpt => gmp_intval.phpt} | 0 ext/gmp/tests/{023.phpt => gmp_invert.phpt} | 0 ext/gmp/tests/{024.phpt => gmp_jacobi.phpt} | 0 ext/gmp/tests/{025.phpt => gmp_legendre.phpt} | 0 ext/gmp/tests/{010.phpt => gmp_mod.phpt} | 0 ext/gmp/tests/{012.phpt => gmp_neg.phpt} | 0 ext/gmp/tests/{030.phpt => gmp_or.phpt} | 0 ext/gmp/tests/{019.phpt => gmp_perfect_square.phpt} | 0 ext/gmp/tests/{035.phpt => gmp_popcount.phpt} | 0 ext/gmp/tests/{015.phpt => gmp_pow.phpt} | 0 ext/gmp/tests/{016.phpt => gmp_pown.phpt} | 0 ext/gmp/tests/{020.phpt => gmp_prob_prime.phpt} | 0 ext/gmp/tests/{028.phpt => gmp_random.phpt} | 0 ext/gmp/tests/{037.phpt => gmp_scan0.phpt} | 0 ext/gmp/tests/{038.phpt => gmp_scan1.phpt} | 0 ext/gmp/tests/{033.phpt => gmp_setbit.phpt} | 0 ext/gmp/tests/{027.phpt => gmp_sign.phpt} | 0 ext/gmp/tests/{017.phpt => gmp_sqrt.phpt} | 0 ext/gmp/tests/{018.phpt => gmp_sqrtrem.phpt} | 0 ext/gmp/tests/{005.phpt => gmp_strval.phpt} | 0 ext/gmp/tests/{006.phpt => gmp_sub.phpt} | 0 ext/gmp/tests/{039.phpt => gmp_testbit.phpt} | 0 ext/gmp/tests/{032.phpt => gmp_xor.phpt} | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename ext/gmp/tests/{013.phpt => gmp_abs.phpt} (100%) rename ext/gmp/tests/{029.phpt => gmp_and.phpt} (100%) rename ext/gmp/tests/{034.phpt => gmp_clrbit.phpt} (100%) rename ext/gmp/tests/{026.phpt => gmp_cmp.phpt} (100%) rename ext/gmp/tests/{031.phpt => gmp_com.phpt} (100%) rename ext/gmp/tests/{009.phpt => gmp_div_q.phpt} (100%) rename ext/gmp/tests/{007.phpt => gmp_div_qr.phpt} (100%) rename ext/gmp/tests/{008.phpt => gmp_div_r.phpt} (100%) rename ext/gmp/tests/{011.phpt => gmp_divexact.phpt} (100%) rename ext/gmp/tests/{014.phpt => gmp_fact.phpt} (100%) rename ext/gmp/tests/{021.phpt => gmp_gcd.phpt} (100%) rename ext/gmp/tests/{022.phpt => gmp_gcdext.phpt} (100%) rename ext/gmp/tests/{036.phpt => gmp_hamdist.phpt} (100%) rename ext/gmp/tests/{040.phpt => gmp_init.phpt} (100%) rename ext/gmp/tests/{004.phpt => gmp_intval.phpt} (100%) rename ext/gmp/tests/{023.phpt => gmp_invert.phpt} (100%) rename ext/gmp/tests/{024.phpt => gmp_jacobi.phpt} (100%) rename ext/gmp/tests/{025.phpt => gmp_legendre.phpt} (100%) rename ext/gmp/tests/{010.phpt => gmp_mod.phpt} (100%) rename ext/gmp/tests/{012.phpt => gmp_neg.phpt} (100%) rename ext/gmp/tests/{030.phpt => gmp_or.phpt} (100%) rename ext/gmp/tests/{019.phpt => gmp_perfect_square.phpt} (100%) rename ext/gmp/tests/{035.phpt => gmp_popcount.phpt} (100%) rename ext/gmp/tests/{015.phpt => gmp_pow.phpt} (100%) rename ext/gmp/tests/{016.phpt => gmp_pown.phpt} (100%) rename ext/gmp/tests/{020.phpt => gmp_prob_prime.phpt} (100%) rename ext/gmp/tests/{028.phpt => gmp_random.phpt} (100%) rename ext/gmp/tests/{037.phpt => gmp_scan0.phpt} (100%) rename ext/gmp/tests/{038.phpt => gmp_scan1.phpt} (100%) rename ext/gmp/tests/{033.phpt => gmp_setbit.phpt} (100%) rename ext/gmp/tests/{027.phpt => gmp_sign.phpt} (100%) rename ext/gmp/tests/{017.phpt => gmp_sqrt.phpt} (100%) rename ext/gmp/tests/{018.phpt => gmp_sqrtrem.phpt} (100%) rename ext/gmp/tests/{005.phpt => gmp_strval.phpt} (100%) rename ext/gmp/tests/{006.phpt => gmp_sub.phpt} (100%) rename ext/gmp/tests/{039.phpt => gmp_testbit.phpt} (100%) rename ext/gmp/tests/{032.phpt => gmp_xor.phpt} (100%) diff --git a/ext/gmp/tests/013.phpt b/ext/gmp/tests/gmp_abs.phpt similarity index 100% rename from ext/gmp/tests/013.phpt rename to ext/gmp/tests/gmp_abs.phpt diff --git a/ext/gmp/tests/029.phpt b/ext/gmp/tests/gmp_and.phpt similarity index 100% rename from ext/gmp/tests/029.phpt rename to ext/gmp/tests/gmp_and.phpt diff --git a/ext/gmp/tests/034.phpt b/ext/gmp/tests/gmp_clrbit.phpt similarity index 100% rename from ext/gmp/tests/034.phpt rename to ext/gmp/tests/gmp_clrbit.phpt diff --git a/ext/gmp/tests/026.phpt b/ext/gmp/tests/gmp_cmp.phpt similarity index 100% rename from ext/gmp/tests/026.phpt rename to ext/gmp/tests/gmp_cmp.phpt diff --git a/ext/gmp/tests/031.phpt b/ext/gmp/tests/gmp_com.phpt similarity index 100% rename from ext/gmp/tests/031.phpt rename to ext/gmp/tests/gmp_com.phpt diff --git a/ext/gmp/tests/009.phpt b/ext/gmp/tests/gmp_div_q.phpt similarity index 100% rename from ext/gmp/tests/009.phpt rename to ext/gmp/tests/gmp_div_q.phpt diff --git a/ext/gmp/tests/007.phpt b/ext/gmp/tests/gmp_div_qr.phpt similarity index 100% rename from ext/gmp/tests/007.phpt rename to ext/gmp/tests/gmp_div_qr.phpt diff --git a/ext/gmp/tests/008.phpt b/ext/gmp/tests/gmp_div_r.phpt similarity index 100% rename from ext/gmp/tests/008.phpt rename to ext/gmp/tests/gmp_div_r.phpt diff --git a/ext/gmp/tests/011.phpt b/ext/gmp/tests/gmp_divexact.phpt similarity index 100% rename from ext/gmp/tests/011.phpt rename to ext/gmp/tests/gmp_divexact.phpt diff --git a/ext/gmp/tests/014.phpt b/ext/gmp/tests/gmp_fact.phpt similarity index 100% rename from ext/gmp/tests/014.phpt rename to ext/gmp/tests/gmp_fact.phpt diff --git a/ext/gmp/tests/021.phpt b/ext/gmp/tests/gmp_gcd.phpt similarity index 100% rename from ext/gmp/tests/021.phpt rename to ext/gmp/tests/gmp_gcd.phpt diff --git a/ext/gmp/tests/022.phpt b/ext/gmp/tests/gmp_gcdext.phpt similarity index 100% rename from ext/gmp/tests/022.phpt rename to ext/gmp/tests/gmp_gcdext.phpt diff --git a/ext/gmp/tests/036.phpt b/ext/gmp/tests/gmp_hamdist.phpt similarity index 100% rename from ext/gmp/tests/036.phpt rename to ext/gmp/tests/gmp_hamdist.phpt diff --git a/ext/gmp/tests/040.phpt b/ext/gmp/tests/gmp_init.phpt similarity index 100% rename from ext/gmp/tests/040.phpt rename to ext/gmp/tests/gmp_init.phpt diff --git a/ext/gmp/tests/004.phpt b/ext/gmp/tests/gmp_intval.phpt similarity index 100% rename from ext/gmp/tests/004.phpt rename to ext/gmp/tests/gmp_intval.phpt diff --git a/ext/gmp/tests/023.phpt b/ext/gmp/tests/gmp_invert.phpt similarity index 100% rename from ext/gmp/tests/023.phpt rename to ext/gmp/tests/gmp_invert.phpt diff --git a/ext/gmp/tests/024.phpt b/ext/gmp/tests/gmp_jacobi.phpt similarity index 100% rename from ext/gmp/tests/024.phpt rename to ext/gmp/tests/gmp_jacobi.phpt diff --git a/ext/gmp/tests/025.phpt b/ext/gmp/tests/gmp_legendre.phpt similarity index 100% rename from ext/gmp/tests/025.phpt rename to ext/gmp/tests/gmp_legendre.phpt diff --git a/ext/gmp/tests/010.phpt b/ext/gmp/tests/gmp_mod.phpt similarity index 100% rename from ext/gmp/tests/010.phpt rename to ext/gmp/tests/gmp_mod.phpt diff --git a/ext/gmp/tests/012.phpt b/ext/gmp/tests/gmp_neg.phpt similarity index 100% rename from ext/gmp/tests/012.phpt rename to ext/gmp/tests/gmp_neg.phpt diff --git a/ext/gmp/tests/030.phpt b/ext/gmp/tests/gmp_or.phpt similarity index 100% rename from ext/gmp/tests/030.phpt rename to ext/gmp/tests/gmp_or.phpt diff --git a/ext/gmp/tests/019.phpt b/ext/gmp/tests/gmp_perfect_square.phpt similarity index 100% rename from ext/gmp/tests/019.phpt rename to ext/gmp/tests/gmp_perfect_square.phpt diff --git a/ext/gmp/tests/035.phpt b/ext/gmp/tests/gmp_popcount.phpt similarity index 100% rename from ext/gmp/tests/035.phpt rename to ext/gmp/tests/gmp_popcount.phpt diff --git a/ext/gmp/tests/015.phpt b/ext/gmp/tests/gmp_pow.phpt similarity index 100% rename from ext/gmp/tests/015.phpt rename to ext/gmp/tests/gmp_pow.phpt diff --git a/ext/gmp/tests/016.phpt b/ext/gmp/tests/gmp_pown.phpt similarity index 100% rename from ext/gmp/tests/016.phpt rename to ext/gmp/tests/gmp_pown.phpt diff --git a/ext/gmp/tests/020.phpt b/ext/gmp/tests/gmp_prob_prime.phpt similarity index 100% rename from ext/gmp/tests/020.phpt rename to ext/gmp/tests/gmp_prob_prime.phpt diff --git a/ext/gmp/tests/028.phpt b/ext/gmp/tests/gmp_random.phpt similarity index 100% rename from ext/gmp/tests/028.phpt rename to ext/gmp/tests/gmp_random.phpt diff --git a/ext/gmp/tests/037.phpt b/ext/gmp/tests/gmp_scan0.phpt similarity index 100% rename from ext/gmp/tests/037.phpt rename to ext/gmp/tests/gmp_scan0.phpt diff --git a/ext/gmp/tests/038.phpt b/ext/gmp/tests/gmp_scan1.phpt similarity index 100% rename from ext/gmp/tests/038.phpt rename to ext/gmp/tests/gmp_scan1.phpt diff --git a/ext/gmp/tests/033.phpt b/ext/gmp/tests/gmp_setbit.phpt similarity index 100% rename from ext/gmp/tests/033.phpt rename to ext/gmp/tests/gmp_setbit.phpt diff --git a/ext/gmp/tests/027.phpt b/ext/gmp/tests/gmp_sign.phpt similarity index 100% rename from ext/gmp/tests/027.phpt rename to ext/gmp/tests/gmp_sign.phpt diff --git a/ext/gmp/tests/017.phpt b/ext/gmp/tests/gmp_sqrt.phpt similarity index 100% rename from ext/gmp/tests/017.phpt rename to ext/gmp/tests/gmp_sqrt.phpt diff --git a/ext/gmp/tests/018.phpt b/ext/gmp/tests/gmp_sqrtrem.phpt similarity index 100% rename from ext/gmp/tests/018.phpt rename to ext/gmp/tests/gmp_sqrtrem.phpt diff --git a/ext/gmp/tests/005.phpt b/ext/gmp/tests/gmp_strval.phpt similarity index 100% rename from ext/gmp/tests/005.phpt rename to ext/gmp/tests/gmp_strval.phpt diff --git a/ext/gmp/tests/006.phpt b/ext/gmp/tests/gmp_sub.phpt similarity index 100% rename from ext/gmp/tests/006.phpt rename to ext/gmp/tests/gmp_sub.phpt diff --git a/ext/gmp/tests/039.phpt b/ext/gmp/tests/gmp_testbit.phpt similarity index 100% rename from ext/gmp/tests/039.phpt rename to ext/gmp/tests/gmp_testbit.phpt diff --git a/ext/gmp/tests/032.phpt b/ext/gmp/tests/gmp_xor.phpt similarity index 100% rename from ext/gmp/tests/032.phpt rename to ext/gmp/tests/gmp_xor.phpt -- 2.40.0