Bug 152411
Summary: | [win] http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-* tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Jiewen Tan <jiewen_tan> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, jiewen_tan, ryanhaddad |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Unspecified |
Ryan Haddad
[win] http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-* tests failing
<https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/55622>
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always-actual.txt
@@ -6,3 +6,5 @@
Frame: '<!--framePath //<!--frame0-->-->'
--------
+Notice: Undefined index: HTTP_REFERER in C:\cygwin\home\buildbot\slave\win-release-tests\build\LayoutTests\http\tests\contentdispositionattachmentsandbox\resources\echo-http-referer.php on line 7
+
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked tests as failing on Win with r194392.
Alexey Proskuryakov
Shouldn't we just add an isset() check to LayoutTests/http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.php?
Jiewen, would you be willing to tackle this?
Jiewen Tan
(In reply to comment #2)
> Shouldn't we just add an isset() check to
> LayoutTests/http/tests/contentdispositionattachmentsandbox/resources/echo-
> http-referer.php?
>
> Jiewen, would you be willing to tackle this?
Let me try.