From 29cdc4543faa9356986537a30a80228801d047d2 Mon Sep 17 00:00:00 2001 From: Mike Pennisi <mike@mikepennisi.com> Date: Tue, 29 Dec 2015 12:00:12 -0500 Subject: [PATCH] Rename tests for PromiseReactionJob Use names that describe the behavior (not the location in the specification) as per the current convention. --- ...4.2.1_A3.1_T1.js => rxn-handler-fulfilled-invoke-nonstrict.js} | 0 ...25.4.2.1_A3.1_T2.js => rxn-handler-fulfilled-invoke-strict.js} | 0 .../then/{S25.4.2.1_A1.1_T1.js => rxn-handler-identity.js} | 0 ....4.2.1_A3.2_T1.js => rxn-handler-rejected-invoke-nonstrict.js} | 0 ...S25.4.2.1_A3.2_T2.js => rxn-handler-rejected-invoke-strict.js} | 0 .../then/{S25.4.2.1_A2.1_T1.js => rxn-handler-thrower.js} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A3.1_T1.js => rxn-handler-fulfilled-invoke-nonstrict.js} (100%) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A3.1_T2.js => rxn-handler-fulfilled-invoke-strict.js} (100%) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A1.1_T1.js => rxn-handler-identity.js} (100%) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A3.2_T1.js => rxn-handler-rejected-invoke-nonstrict.js} (100%) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A3.2_T2.js => rxn-handler-rejected-invoke-strict.js} (100%) rename test/built-ins/Promise/prototype/then/{S25.4.2.1_A2.1_T1.js => rxn-handler-thrower.js} (100%) diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T1.js b/test/built-ins/Promise/prototype/then/rxn-handler-fulfilled-invoke-nonstrict.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T1.js rename to test/built-ins/Promise/prototype/then/rxn-handler-fulfilled-invoke-nonstrict.js diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2.js b/test/built-ins/Promise/prototype/then/rxn-handler-fulfilled-invoke-strict.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2.js rename to test/built-ins/Promise/prototype/then/rxn-handler-fulfilled-invoke-strict.js diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A1.1_T1.js b/test/built-ins/Promise/prototype/then/rxn-handler-identity.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A1.1_T1.js rename to test/built-ins/Promise/prototype/then/rxn-handler-identity.js diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T1.js b/test/built-ins/Promise/prototype/then/rxn-handler-rejected-invoke-nonstrict.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T1.js rename to test/built-ins/Promise/prototype/then/rxn-handler-rejected-invoke-nonstrict.js diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2.js b/test/built-ins/Promise/prototype/then/rxn-handler-rejected-invoke-strict.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2.js rename to test/built-ins/Promise/prototype/then/rxn-handler-rejected-invoke-strict.js diff --git a/test/built-ins/Promise/prototype/then/S25.4.2.1_A2.1_T1.js b/test/built-ins/Promise/prototype/then/rxn-handler-thrower.js similarity index 100% rename from test/built-ins/Promise/prototype/then/S25.4.2.1_A2.1_T1.js rename to test/built-ins/Promise/prototype/then/rxn-handler-thrower.js -- GitLab