Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Unified Diff: test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js

Issue 2611793002: [test] Process to locally develop and upstream test262 tests (Closed)
Patch Set: Add placeholder file Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
diff --git a/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js b/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
new file mode 100644
index 0000000000000000000000000000000000000000..ce3e1614421ac78d058cb59bd51df80161ad2040
--- /dev/null
+++ b/test/test262/local-tests/test/intl402/NumberFormat/11.1.1_1.js
@@ -0,0 +1,16 @@
+// Copyright 2012 Mozilla Corporation. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/*---
+es5id: 11.1.1_1
+description: Tests that the this-value is ignored in NumberFormat.
+author: Norbert Lindenberg
+includes: [testIntl.js]
+---*/
+
+// A follow-on patch will replace this with a test against the new semantics.
+// This file is added in this form so that the local test262 test process
+// patch can create a proper local-tests directory.
+// It is expected to fail in the status file, so this variable read will fail.
+
+placeholder

Powered by Google App Engine
This is Rietveld 408576698