Michael Tenschert
2010-03-17 08:33:01 UTC
Hello!
The Google Sputnik Javascript test here http://sputnik.googlelabs.com/ is
failing in IE9 - 1.9.7745.6019. At 6% (Total: 331 | Succeeded: 282 | Failed:
49 ) the test just stops. The latest failing before it stops is:
S7.8.5_A1.3_T6 - Paragraph separator, with eval
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S7.8.5_A1.3_T6;
* @section: 7.8.5;
* @assertion: RegularExpressionFirstChar :: LineTerminator is incorrect;
* @description: Paragraph separator, with eval;
*/
//CHECK#1
try {
eval("/\u2029/").source;
testFailed('#1.1: RegularExpressionFirstChar :: Paragraph separator is
incorrect. Actual: ' + (eval("/\u2029/").source)); }
catch (e) {
if ((e instanceof SyntaxError) !== true) {
testFailed('#1.2: RegularExpressionFirstChar :: Paragraph separator is
incorrect. Actual: ' + (e));
}
}
testCompleted();
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?mid=10859332-1f14-45b8-b1f3-6fa14a4855d5&dg=microsoft.public.internetexplorer.beta
The Google Sputnik Javascript test here http://sputnik.googlelabs.com/ is
failing in IE9 - 1.9.7745.6019. At 6% (Total: 331 | Succeeded: 282 | Failed:
49 ) the test just stops. The latest failing before it stops is:
S7.8.5_A1.3_T6 - Paragraph separator, with eval
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S7.8.5_A1.3_T6;
* @section: 7.8.5;
* @assertion: RegularExpressionFirstChar :: LineTerminator is incorrect;
* @description: Paragraph separator, with eval;
*/
//CHECK#1
try {
eval("/\u2029/").source;
testFailed('#1.1: RegularExpressionFirstChar :: Paragraph separator is
incorrect. Actual: ' + (eval("/\u2029/").source)); }
catch (e) {
if ((e instanceof SyntaxError) !== true) {
testFailed('#1.2: RegularExpressionFirstChar :: Paragraph separator is
incorrect. Actual: ' + (e));
}
}
testCompleted();
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?mid=10859332-1f14-45b8-b1f3-6fa14a4855d5&dg=microsoft.public.internetexplorer.beta