Closed Bug 650271 Opened 13 years ago Closed 13 years ago

test-match-pattern.testMatchPatternTestFalse fails

Categories

(Add-on SDK Graveyard :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mcepl, Unassigned)

Details

Attachments

(1 file)

info: MatchPattern: pattern = *
info: MatchPattern_test: urlStr = chrome://browser/content/browser.xul
error: TEST FAILED: test-match-pattern.testMatchPatternTestFalse (failure)
error: fail: * should not match chrome://browser/content/browser.xul
info: Traceback (most recent call last):
  File "resource://testpkgs-api-utils-lib/timer.js", line 64, in notifyOnTimeout
    this._callback.apply(null, this._params);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 225, in null
    timer.setTimeout(function() { onDone(self); }, 0);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 250, in runNextTest
    self.start({test: test, onDone: runNextTest});
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 269, in start
    this.test.testFunction(this);
  File "resource://testpkgs-api-utils-lib/unit-test-finder.js", line 57, in runTest
    test(runner);
  File "resource://testpkgs-api-utils-tests/test-match-pattern.js", line 80, in null
    ok("*", "chrome://browser/content/browser.xul");
  File "resource://testpkgs-api-utils-tests/test-match-pattern.js", line 74, in ok
    test.assert(!mp.test(url), pattern + " should not match " + url);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 166, in assert
    this.fail(message);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 115, in fail
    console.trace();
info: MatchPattern: pattern = *
info: MatchPattern_test: urlStr = nttp://example.com
error: fail: * should not match nttp://example.com
info: Traceback (most recent call last):
  File "resource://testpkgs-api-utils-lib/timer.js", line 64, in notifyOnTimeout
    this._callback.apply(null, this._params);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 225, in null
    timer.setTimeout(function() { onDone(self); }, 0);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 250, in runNextTest
    self.start({test: test, onDone: runNextTest});
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 269, in start
    this.test.testFunction(this);
  File "resource://testpkgs-api-utils-lib/unit-test-finder.js", line 57, in runTest
    test(runner);
  File "resource://testpkgs-api-utils-tests/test-match-pattern.js", line 81, in null
    ok("*", "nttp://example.com");
  File "resource://testpkgs-api-utils-tests/test-match-pattern.js", line 74, in ok
    test.assert(!mp.test(url), pattern + " should not match " + url);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 166, in assert
    this.fail(message);
  File "resource://testpkgs-api-utils-lib/unit-test.js", line 115, in fail
    console.trace();
There are more of them with 260fcde0e7ddfaed6811fc21b2dcf2e79289e0d8
Summary: test-match-pattern.testMatchPatternTestFalse → test-match-pattern.testMatchPatternTestFalse fails
My bad. I screwed up something somewhere ... when cleaning up my jetpack repository, it is OK
My bad, I had something screwed up in my checkout of jetpack.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: