diff --git a/js/tests/ecma_2/RegExp/properties-001.js b/js/tests/ecma_2/RegExp/properties-001.js index b01325f609ec..4b2b45f76760 100644 --- a/js/tests/ecma_2/RegExp/properties-001.js +++ b/js/tests/ecma_2/RegExp/properties-001.js @@ -10,7 +10,7 @@ var SECTION = "RegExp/properties-001.js"; var VERSION = "ECMA_2"; var TITLE = "Properties of RegExp Instances"; -var BUGNUMBER ="http://scopus/bugsplat/show_bug.cgi?id=346000"; +var BUGNUMBER =""; startTest(); diff --git a/js/tests/ecma_2/RegExp/properties-002.js b/js/tests/ecma_2/RegExp/properties-002.js index 78f52fa7941d..ce9fad7516aa 100644 --- a/js/tests/ecma_2/RegExp/properties-002.js +++ b/js/tests/ecma_2/RegExp/properties-002.js @@ -11,9 +11,7 @@ var SECTION = "RegExp/properties-002.js"; var VERSION = "ECMA_2"; var TITLE = "Properties of RegExp Instances"; -var BUGNUMBER ="http://scopus/bugsplat/show_bug.cgi?id=346032"; -// ALSO SEE http://bugzilla.mozilla.org/show_bug.cgi?id=124339 - +var BUGNUMBER ="124339"; startTest(); diff --git a/js/tests/ecma_2/RegExp/regress-001.js b/js/tests/ecma_2/RegExp/regress-001.js index 059d650f2ee8..a7bc1ab34924 100644 --- a/js/tests/ecma_2/RegExp/regress-001.js +++ b/js/tests/ecma_2/RegExp/regress-001.js @@ -12,7 +12,7 @@ var SECTION = "RegExp/hex-001.js"; var VERSION = "ECMA_2"; var TITLE = "JS regexp anchoring on empty match bug"; -var BUGNUMBER = "http://bugzilla.mozilla.org/show_bug.cgi?id=2157"; +var BUGNUMBER = "2157"; startTest(); diff --git a/js/tests/ecma_2/instanceof/instanceof-003.js b/js/tests/ecma_2/instanceof/instanceof-003.js index 600b68e826d7..4e7e49c56b47 100644 --- a/js/tests/ecma_2/instanceof/instanceof-003.js +++ b/js/tests/ecma_2/instanceof/instanceof-003.js @@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=281606 var SECTION = "instanceof-003"; var VERSION = "ECMA_2"; var TITLE = "instanceof operator"; - var BUGNUMBER ="http://bugzilla.mozilla.org/show_bug.cgi?id=7635"; + var BUGNUMBER ="7635"; startTest(); diff --git a/js/tests/ecma_2/instanceof/regress-7635.js b/js/tests/ecma_2/instanceof/regress-7635.js index ca7cdd6fc774..b27659f3b6fc 100644 --- a/js/tests/ecma_2/instanceof/regress-7635.js +++ b/js/tests/ecma_2/instanceof/regress-7635.js @@ -44,7 +44,7 @@ var SECTION = "instanceof"; // provide a document reference (ie, ECMA section) var VERSION = "ECMA_2"; // Version of JavaScript or ECMA var TITLE = "Regression test for Bugzilla #7635"; // Provide ECMA section title or a description - var BUGNUMBER = "http://bugzilla.mozilla.org/show_bug.cgi?id=7635"; // Provide URL to bugsplat or bugzilla report + var BUGNUMBER = "7635"; // Provide URL to bugsplat or bugzilla report startTest(); // leave this alone