| Submitter | Colin King |
|---|---|
| Date | Feb. 13, 2013, 10:57 a.m. |
| Message ID | <1360753061-25015-1-git-send-email-colin.king@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/220118/ |
| State | Accepted |
| Headers | show |
Comments
On 02/13/2013 06:57 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > fwts commit: "acpica: fwts_acpica: remove fwtsInstallLateHandlers" > removes an error message on ACPICA initialisation. We need to remove > that from the test log now to keep things in-sync. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > method-0001/method-0001.log | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/method-0001/method-0001.log b/method-0001/method-0001.log > index 2f74ac9..52cb2d1 100644 > --- a/method-0001/method-0001.log > +++ b/method-0001/method-0001.log > @@ -1,6 +1,5 @@ > method ACPI DSDT Method Semantic Tests. > method ---------------------------------------------------------- > -method Failed to install global event handler. > method Test 1 of 144: Check Method Names. > method Found 1061 Objects > method PASSED: Test 1, Method names contain legal characters. > Acked-by: Alex Hung <alex.hung@canonical.com>
On Wed, Feb 13, 2013 at 6:57 PM, Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > fwts commit: "acpica: fwts_acpica: remove fwtsInstallLateHandlers" > removes an error message on ACPICA initialisation. We need to remove > that from the test log now to keep things in-sync. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > method-0001/method-0001.log | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/method-0001/method-0001.log b/method-0001/method-0001.log > index 2f74ac9..52cb2d1 100644 > --- a/method-0001/method-0001.log > +++ b/method-0001/method-0001.log > @@ -1,6 +1,5 @@ > method ACPI DSDT Method Semantic Tests. > method ---------------------------------------------------------- > -method Failed to install global event handler. > method Test 1 of 144: Check Method Names. > method Found 1061 Objects > method PASSED: Test 1, Method names contain legal characters. > -- > 1.8.1.2 > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Patch
diff --git a/method-0001/method-0001.log b/method-0001/method-0001.log index 2f74ac9..52cb2d1 100644 --- a/method-0001/method-0001.log +++ b/method-0001/method-0001.log @@ -1,6 +1,5 @@ method ACPI DSDT Method Semantic Tests. method ---------------------------------------------------------- -method Failed to install global event handler. method Test 1 of 144: Check Method Names. method Found 1061 Objects method PASSED: Test 1, Method names contain legal characters.