Skip to content

Commit

Permalink
Ignore tests for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Sep 30, 2024
1 parent ad64237 commit 6d9df6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions testdata/message2/invalid-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
},
"tests": [
{ "src": ".local $foo = {1 :number minimumIntegerDigits=-1} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :number minimumIntegerDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :number minimumFractionDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :number maximumFractionDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :number minimumSignificantDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :number maximumSignificantDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :integer minimumIntegerDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{ "src": ".local $foo = {1 :integer maximumSignificantDigits=foo} {{bar {$foo}}}",
"ignoreJava": "ICU4J doesn't validate options"
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
}
]
}
6 changes: 4 additions & 2 deletions testdata/message2/more-functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,16 @@
"src": "{$date :datetime dateStyle=full weekday=short}",
"exp": "{$date}",
"expErrors": [{"type": "bad-option"}],
"params": [{ "name": "date", "value": { "date": 1669261357000 }}]
"params": [{ "name": "date", "value": { "date": 1669261357000 }}],
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
},
{
"comment": "Datetime can have style options or field options, but not both",
"src": "{$date :datetime timeStyle=full day=numeric}",
"exp": "{$date}",
"expErrors": [{"type": "bad-option"}],
"params": [{ "name": "date", "value": { "date": 1669261357000 }}]
"params": [{ "name": "date", "value": { "date": 1669261357000 }}],
"ignoreJava": "ICU-22747 ICU4J doesn't validate options"
}
]
}

0 comments on commit 6d9df6f

Please sign in to comment.