Closed
Bug 668515
Opened 12 years ago
Closed 12 years ago
Remove intl xpcshell-test platform-specific directories
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: smontagu, Assigned: smontagu)
Details
Attachments
(2 files, 2 obsolete files)
8.27 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
1.04 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
We have some directories under intl/locale which only exist so that we can run platform-specific xpcshell tests. With bug 664197, all the tests can unified in one directory.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #543137 -
Attachment is obsolete: true
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #543140 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #543142 -
Flags: review?(ted.mielczarek)
Comment 3•12 years ago
|
||
Comment on attachment 543142 [details] [diff] [review] patch Review of attachment 543142 [details] [diff] [review]: ----------------------------------------------------------------- Very nice!
Attachment #543142 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/bd7d3f2d51ad
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
>diff --git a/intl/locale/tests_multilocale/Makefile.in b/intl/locale/tests_multilocale/Makefile.in >deleted file mode 100644 Now we get this buildspam: > can't read intl/locale/tests_multilocale/Makefile.in: No such file or directory This bug's fix was missing an update to toolkit-makefiles.sh. Patch attached.
Updated•12 years ago
|
Attachment #545209 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Attachment #545209 -
Flags: review?(ted.mielczarek) → review?(khuey)
Comment on attachment 545209 [details] [diff] [review] followup: fix toolkit-makefiles.sh rs=me to do this kind of cleanup without asking in the future
Attachment #545209 -
Flags: review?(khuey) → review+
Comment 7•12 years ago
|
||
Landed toolkit-makefiles.sh fixup: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab7b30a409d3
You need to log in
before you can comment on or make changes to this bug.
Description
•